From add2b485808461b372e4d5543c74bb0d5d26024a Mon Sep 17 00:00:00 2001 From: chaem03 Date: Mon, 7 Oct 2024 00:09:53 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]#27=20-=20=EC=9E=85=EC=9E=A5=EB=A3=8C=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=97=86=EC=9D=84=20=EC=8B=9C=20-=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/BoothDetail/BoothDetail.jsx | 2 +- src/pages/booth/BoothPage.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/BoothDetail/BoothDetail.jsx b/src/components/common/BoothDetail/BoothDetail.jsx index 216175f..5e8cbb0 100644 --- a/src/components/common/BoothDetail/BoothDetail.jsx +++ b/src/components/common/BoothDetail/BoothDetail.jsx @@ -110,7 +110,7 @@ export const BoothDetail = ({ onClose, booth_id, boothInfo }) => { )} ~ ${boothDetailData.end_time.slice(0, 5)}`} {index === 3 && boothDetailData.entrace_fee > 0 ? boothDetailData.entrace_fee - : null} + : "-"} {index === 4 && boothDetailData.menus} {index === 5 && boothDetailData.insta_id} diff --git a/src/pages/booth/BoothPage.jsx b/src/pages/booth/BoothPage.jsx index 2039f4c..776b4b0 100644 --- a/src/pages/booth/BoothPage.jsx +++ b/src/pages/booth/BoothPage.jsx @@ -592,7 +592,7 @@ export const BoothPage = () => { {booth.name} {booth.is_reservable && ( - Line Now + linenow )} {booth.host} @@ -627,7 +627,7 @@ export const BoothPage = () => { {booth.name} {booth.is_reservable && ( - Line Now + linenow )} {booth.host}