mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
Merge pull request #713 from Stremio/fix/upcoming-watched-labels
fix: upcoming label removed when video watched
This commit is contained in:
commit
e8007be561
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ const Video = ({ className, id, title, thumbnail, episode, released, upcoming, w
|
|||
}
|
||||
<div className={styles['upcoming-watched-container']}>
|
||||
{
|
||||
upcoming ?
|
||||
upcoming && !watched ?
|
||||
<div className={styles['upcoming-container']}>
|
||||
<div className={styles['flag-label']}>Upcoming</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue