mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 01:25:05 +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
|
||||
|
||||
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 New Issue
Block a user