diff --git a/src/components/VideoElement.js b/src/components/VideoElement.js index 5de5acd2..381fb27c 100644 --- a/src/components/VideoElement.js +++ b/src/components/VideoElement.js @@ -30,7 +30,7 @@ export function VideoElement({ streamUrl, loading }) { // TODO make better loading/error/empty state if (error) - return (Your browser is not supported) + return (Your browser is not supported) if (loading) return Loading episode...