This commit is contained in:
github-actions[bot] 2022-10-12 14:30:03 +00:00 committed by GitHub
commit 494e8880f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <FeaturedSection />
}