diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 39ff2c8e44..0b69d56825 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -221,10 +221,6 @@ function Feed() { const player = players?.[index % 3] const currentSource = currentSources[index % 3] - if (!currentSource?.moderation) { - return null - } - return ( )