From 761402f05438ec8027208af660f72933594dd683 Mon Sep 17 00:00:00 2001 From: zeroeuni Date: Thu, 28 Nov 2024 09:42:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B2=8C=EC=9E=84=20=EA=B2=B0=EA=B3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/result/ui/index.tsx | 57 +++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/src/pages/result/ui/index.tsx b/src/pages/result/ui/index.tsx index 8cdd005..1f612a0 100644 --- a/src/pages/result/ui/index.tsx +++ b/src/pages/result/ui/index.tsx @@ -103,33 +103,38 @@ export const Result = () => { - - - - - - - - - - - + {itemRoomResult.length >= 1 && ( + + + + + + + + )} + {itemRoomResult.length >= 2 && ( + + + + )} - - - + {itemRoomResult.length >= 3 && ( + + + + )}