mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 05:32:09 +00:00
chore(styles): lint
This commit is contained in:
parent
8821eaf4a1
commit
8f0b58f38e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ const Video = React.forwardRef(({ className, id, title, thumbnail, season, episo
|
|||
}
|
||||
}
|
||||
}, [popupRef]);
|
||||
|
||||
|
||||
return (
|
||||
<Button {...props} className={classnames(className, styles['video-container'])} title={title} ref={handleRef}>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue