mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
fix(video): remove unnecesary and unused class
This commit is contained in:
parent
bad4c880b5
commit
8db4b79ac9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export function VideoElement({ streamUrl, loading }) {
|
|||
// TODO make better loading/error/empty state
|
||||
|
||||
if (error)
|
||||
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
||||
return (<VideoPlaceholder>Your browser is not supported</VideoPlaceholder>)
|
||||
|
||||
if (loading)
|
||||
return <VideoPlaceholder>Loading episode...</VideoPlaceholder>
|
||||
|
|
Loading…
Reference in a new issue