From e1bd9df9fe68c4364b32ae69d8ad34cbe7b5e19d Mon Sep 17 00:00:00 2001 From: JunWoo Park <97427744+always97@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:50:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/features/lobby/LobbyList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FE/src/features/lobby/LobbyList.tsx b/FE/src/features/lobby/LobbyList.tsx index a0e3259..1a8b2cc 100644 --- a/FE/src/features/lobby/LobbyList.tsx +++ b/FE/src/features/lobby/LobbyList.tsx @@ -35,7 +35,7 @@ export const LobbyList: React.FC = ({ rooms, refreshRooms }) => width: '50px', height: '50px' }} - onClick={() => refreshRooms} + onClick={refreshRooms} />