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}