mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
committed by
Mark McDowall
parent
8be8c7f89c
commit
e24ce40eb8
@@ -86,6 +86,10 @@ class SeriesHistoryRow extends Component {
|
||||
|
||||
const EpisodeComponent = fullSeries ? SeasonEpisodeNumber : EpisodeNumber;
|
||||
|
||||
if (!series || !episode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<TableRow>
|
||||
<HistoryEventTypeCell
|
||||
|
||||
Reference in New Issue
Block a user