chore(styles): lint

This commit is contained in:
Timothy Z. 2025-06-27 13:10:20 +03:00
parent 8821eaf4a1
commit 8f0b58f38e

View file

@ -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}>
{