From 85cc0483c0eb528b40eaf3f94cdcaa226b13a3e8 Mon Sep 17 00:00:00 2001 From: Hyeonsu Kim <86764406+borimong@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:37:35 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=98=91=EC=9D=98=20=ED=9B=84=20?= =?UTF-8?q?=EA=B2=B0=EC=A0=95=20=EC=97=AC=EB=B6=80=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EB=9D=BC=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=B6=9C=EB=A0=A5=20?= =?UTF-8?q?=EC=97=AC=EB=B6=80=20=EA=B2=B0=EC=A0=95=20(#994)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/detail/Information/constant.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/page/detail/Information/constant.tsx b/src/components/page/detail/Information/constant.tsx index 726832f6..544b1984 100644 --- a/src/components/page/detail/Information/constant.tsx +++ b/src/components/page/detail/Information/constant.tsx @@ -100,12 +100,13 @@ export const FlashDetailList = (detailData: GetFlashByIdResponse) => [ ), Content: () => { const isSingleDay = detailData.flashTimingType === '당일'; + const isPeriodNotDecided = detailData.flashTimingType.includes('협의 후 결정'); return ( {`${dayjs(detailData.activityStartDate).format('YYYY. MM. DD (dd)')}${ isSingleDay ? '' : ` ~ ${dayjs(detailData.activityEndDate).format('YYYY. MM. DD (dd)')}` }`} - {isSingleDay && ( + {isPeriodNotDecided && ( <> 기간 중 협의 후 결정