Skip to content

Commit

Permalink
feat: setRoomData 인자 변경 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
zizonyoungjun committed Dec 3, 2024
1 parent 6c35fe3 commit 97bd779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function LeaveButton() {
socket.emit('leave_room');
signalingSocket.emit('leave_room');
setChatHistory([]);
setRoomData(null, false, false);
setRoomData(null, false, false, null);
navigate('/lobby');
}

Expand Down

0 comments on commit 97bd779

Please sign in to comment.