diff --git a/frontend/src/hooks/common/member/useUpdateUserStatus.ts b/frontend/src/hooks/common/member/useUpdateUserStatus.ts index 0fea475..3ee508b 100644 --- a/frontend/src/hooks/common/member/useUpdateUserStatus.ts +++ b/frontend/src/hooks/common/member/useUpdateUserStatus.ts @@ -90,7 +90,7 @@ const useUpdateUserStatus = ( return () => { socket.off("landing", handleOnLanding); }; - }, [socket, myInfo, memberList]); + }); return { myInfo, memberList, inviteLinkIdRef }; };