Skip to content

Commit 1c56fb8

Browse files
committed
fix: build
1 parent e314e23 commit 1c56fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/evaluate/[id]/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const EvaluateProjectPage = ({ params }: Params) => {
2828

2929
useEffect(() => {
3030
if (!user) getUser();
31+
// eslint-disable-next-line react-hooks/exhaustive-deps
3132
}, []);
3233

3334
const id = use(params).id;

0 commit comments

Comments
 (0)