From 0ed7223c6fe66b25129e709add374ded70f179c9 Mon Sep 17 00:00:00 2001 From: sieon Date: Thu, 19 Dec 2024 17:00:46 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Item=20padding=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/customer/status/index.tsx | 44 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/src/pages/customer/status/index.tsx b/src/pages/customer/status/index.tsx index 887833c6..8ab87825 100644 --- a/src/pages/customer/status/index.tsx +++ b/src/pages/customer/status/index.tsx @@ -212,29 +212,27 @@ export default function Status() { case "confirmed": return ( <> -
- {threadsData?.threads?.length ? ( - threadsData.threads.map((thread, index) => ( - - console.log(`CustomerInfo clicked for thread ${index}`) - } - /> - )) - ) : ( - - )} -
+ {threadsData?.threads?.length ? ( + threadsData.threads.map((thread, index) => ( + + console.log(`CustomerInfo clicked for thread ${index}`) + } + /> + )) + ) : ( + + )} ); default: