-
-
-
- {GAME_ROOM_LIST_CATEGORY.map((category, i) => (
-
- - {category} - - {i !== category.length && ( - + - + {GAME_ROOM_LIST_CATEGORY.map((category, i) => ( +
++ + {category} + + {i !== category.length && ( + + ))} ++ )} + + - +
--
+ {filteredRoomList.map((roomData) => (
+
+ ))} -+ {roomData.isPrivate && ( + )} - - -
--
- {filteredRoomList.map((roomData) => (
-
- - ))} -- {roomData.isPrivate && ( - - )} - - + {GAME_ROOM_LIST_CATEGORY.map((category, i) => ( +
현재 접속자
-
{userList ? (
@@ -23,7 +23,7 @@ const UserList = ({ userList, myId }: UserListProps) => {
접속중인 유저가 없습니다.
)}