From b93fe9b94a429b206c03fa1f31491968faa04370 Mon Sep 17 00:00:00 2001 From: Joel Hooks Date: Tue, 24 Dec 2024 09:37:29 -0800 Subject: [PATCH] Update [post].tsx --- src/pages/[post].tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/[post].tsx b/src/pages/[post].tsx index 14870a88d..ae2cbe47e 100644 --- a/src/pages/[post].tsx +++ b/src/pages/[post].tsx @@ -560,9 +560,7 @@ function PostPlayer({ } return ( - <> - {canView ? ( - { @@ -584,10 +582,6 @@ function PostPlayer({ }} className="relative z-10 flex items-center max-h-[calc(100vh-240px)] h-full bg-black justify-center" /> - ) : ( - - )} - ) }