From d7aaa4b640398ac6b28efe19e2f289c2b5f8ce1b Mon Sep 17 00:00:00 2001 From: zizonyoungjun Date: Tue, 3 Dec 2024 18:28:24 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20setRoomData=20=EC=9D=B8=EC=9E=90=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/pages/lobbyPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/lobbyPage/index.tsx b/packages/frontend/src/pages/lobbyPage/index.tsx index 69c2993..775e3d8 100644 --- a/packages/frontend/src/pages/lobbyPage/index.tsx +++ b/packages/frontend/src/pages/lobbyPage/index.tsx @@ -22,7 +22,7 @@ export default function LobbyPage() { if (gsid) { socket?.emit('leave_room'); setChatHistory([]); - setRoomData(null, false, false); + setRoomData(null, false, false, ''); } }, []);