From 32e16756178a58a1d7909bf30461b621a98dd354 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Thu, 15 Jul 2021 18:29:29 +0200 Subject: [PATCH] chore: remove TODO comment --- src/components/VideoElement.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/VideoElement.js b/src/components/VideoElement.js index 381fb27c..a1cce9b6 100644 --- a/src/components/VideoElement.js +++ b/src/components/VideoElement.js @@ -27,8 +27,6 @@ export function VideoElement({ streamUrl, loading }) { hls.loadSource(streamUrl); }, [videoRef, streamUrl, loading]) - // TODO make better loading/error/empty state - if (error) return (Your browser is not supported)