Skip to content

Commit

Permalink
feat: 소켓 연결 해제 시 네비게이션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seoko97 committed Dec 5, 2024
1 parent 0d2b935 commit 5906283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/hooks/mediasoup/useSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const useSocket = (): UseSocketReturn => {
});

socket.on(SOCKET_EVENTS.disconnect, () => {
navigate({ to: '/', replace: true });
setIsConnected(false);
setIsError(null);
});
Expand Down

0 comments on commit 5906283

Please sign in to comment.