Skip to content

Commit

Permalink
fix: LandingMember에서 socket 이벤트 핸들러가 동작하지 않는 현상 픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
surinkwon committed Jun 6, 2024
1 parent b6d4e4d commit e762eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/common/member/useUpdateUserStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const useUpdateUserStatus = (
return () => {
socket.off("landing", handleOnLanding);
};
}, [socket, myInfo, memberList]);
});

return { myInfo, memberList, inviteLinkIdRef };
};
Expand Down

0 comments on commit e762eb3

Please sign in to comment.