We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d136df2 commit 1f9e98bCopy full SHA for 1f9e98b
src/app/student/map/page.tsx
@@ -11,7 +11,7 @@ import { notFound } from "next/navigation"
11
import { Suspense } from "react"
12
13
export default async function Page() {
14
- if (!feature("MAP_PAGE")) {
+ if (!(await feature("MAP_PAGE"))) {
15
return notFound()
16
}
17
0 commit comments