mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:45:09 +01:00
fix(video): remove unnecesary and unused class
This commit is contained in:
parent
bad4c880b5
commit
8db4b79ac9
@ -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 New Issue
Block a user