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" /> - ) : ( - - )} - ) }