chore: remove TODO comment

This commit is contained in:
Jip Fr 2021-07-15 18:29:29 +02:00
parent 8db4b79ac9
commit 32e1675617

View File

@ -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 (<VideoPlaceholder>Your browser is not supported</VideoPlaceholder>)