From dac2f95700fb52f00f2bdcd115e246d69fdb9e41 Mon Sep 17 00:00:00 2001 From: twosky0202 Date: Sat, 15 Feb 2025 14:26:33 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20=EA=B2=BD=EB=A7=A4=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C=20=EC=8B=9C=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auction-detail/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/auction-detail/index.tsx b/src/pages/auction-detail/index.tsx index fd54ff9..05fc465 100644 --- a/src/pages/auction-detail/index.tsx +++ b/src/pages/auction-detail/index.tsx @@ -191,7 +191,11 @@ export const AuctionDetail = () => { finalPrice={data.final_price} remaining_time={data.remaining_time} /> - + {data.remaining_time !== '0d 0h 0m 0s' ? ( + + ) : ( + + )} {formatRemainingTime(remainingTime)}