Compare commits
1 Commits
develop
...
history-wi
Author | SHA1 | Date |
---|---|---|
|
18da93233a |
|
@ -86,6 +86,10 @@ class SeriesHistoryRow extends Component {
|
||||||
|
|
||||||
const EpisodeComponent = fullSeries ? SeasonEpisodeNumber : EpisodeNumber;
|
const EpisodeComponent = fullSeries ? SeasonEpisodeNumber : EpisodeNumber;
|
||||||
|
|
||||||
|
if (!series || !episode) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<HistoryEventTypeCell
|
<HistoryEventTypeCell
|
||||||
|
|
Loading…
Reference in New Issue