diff --git a/packages/web/src/components/track/GatedContentSection.tsx b/packages/web/src/components/track/GatedContentSection.tsx index d6673a8c4b4..53dfd0d14b1 100644 --- a/packages/web/src/components/track/GatedContentSection.tsx +++ b/packages/web/src/components/track/GatedContentSection.tsx @@ -663,7 +663,7 @@ export const GatedContentSection = ({ if (!streamConditions) return null if (!shouldDisplay) return null - if (!hasStreamAccess) { + if (hasStreamAccess) { return (