mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-28 04:08:23 +00: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 a new issue