diff --git a/frontend/src/Activity/History/HistoryRow.js b/frontend/src/Activity/History/HistoryRow.js index 2b19e6970..507fdc2d7 100644 --- a/frontend/src/Activity/History/HistoryRow.js +++ b/frontend/src/Activity/History/HistoryRow.js @@ -77,7 +77,7 @@ class HistoryRow extends Component { onMarkAsFailedPress } = this.props; - if (!episode) { + if (!series || !episode) { return null; }