mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +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
|
// TODO make better loading/error/empty state
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
return (<VideoPlaceholder className="videoElementText">Your browser is not supported</VideoPlaceholder>)
|
return (<VideoPlaceholder>Your browser is not supported</VideoPlaceholder>)
|
||||||
|
|
||||||
if (loading)
|
if (loading)
|
||||||
return <VideoPlaceholder>Loading episode...</VideoPlaceholder>
|
return <VideoPlaceholder>Loading episode...</VideoPlaceholder>
|
||||||
|
|
Loading…
Reference in a new issue