From ae9887491f12663a3fe4b3035a7781d796fb2531 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 18 Jan 2025 16:03:36 -0600 Subject: [PATCH] remove bad check --- src/screens/VideoFeed/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ( )