Fixed: History with unknown episode

Closes #6782
pull/6778/head
Mark McDowall 10 months ago 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

Loading…
Cancel
Save