Skip to content

Commit 3d9ab61

Browse files
committed
eslint fix
1 parent 548cb76 commit 3d9ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/participant/profile/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import withAuthGuard from "@/components/hoc/withAuthGuard";
77
const UserProfile = dynamic(
88
() => import("@/components/UserProfile/UserProfile"),
99
{
10-
ssr: false,
10+
ssr: false,
1111
loading: () => <p>Loading user profile...</p>,
1212
},
1313
);

0 commit comments

Comments
 (0)