We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548cb76 commit 3d9ab61Copy full SHA for 3d9ab61
src/app/participant/profile/page.tsx
@@ -7,7 +7,7 @@ import withAuthGuard from "@/components/hoc/withAuthGuard";
7
const UserProfile = dynamic(
8
() => import("@/components/UserProfile/UserProfile"),
9
{
10
- ssr: false,
+ ssr: false,
11
loading: () => <p>Loading user profile...</p>,
12
},
13
);
0 commit comments