diff --git a/frontend/app/components/profile/profile.tsx b/frontend/app/components/profile/profile.tsx index 20ee8f83..c180b0bb 100644 --- a/frontend/app/components/profile/profile.tsx +++ b/frontend/app/components/profile/profile.tsx @@ -62,6 +62,8 @@ export function Profile() { } finally { setIsCommentsLoading(false); } + // Disable the rule because we won't have any update in `user` + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); function handleClickClose() {