diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index 253b86ab..b11bb176 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -226,7 +226,7 @@ function renderSections( if (id === 'featured') { // For now, only admins can see the featured section, until we all agree its ship-ready - if (!isAdmin) return <> + if (!isAdmin()) return <> return }