Fixed: Season and Ep history parameters showing incorrect

pull/40/head
Qstick 4 years ago committed by GitHub
parent e0f30c3eae
commit a15f425eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -194,7 +194,7 @@ class HistoryRow extends Component {
data.season ? data.season ?
<HistoryRowParameter <HistoryRowParameter
title='Season' title='Season'
value={data.tvMazeId} value={data.season}
/> : /> :
null null
} }
@ -203,7 +203,7 @@ class HistoryRow extends Component {
data.episode ? data.episode ?
<HistoryRowParameter <HistoryRowParameter
title='Episode' title='Episode'
value={data.tvMazeId} value={data.episode}
/> : /> :
null null
} }

Loading…
Cancel
Save