From 20407c2aedf70081041f24fcec1f3d715a525c21 Mon Sep 17 00:00:00 2001 From: happppi <102276917+hhbb0081@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:13:15 +0900 Subject: [PATCH] Update ReciptBox.jsx --- src/components/views/Home/ReciptBox.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/Home/ReciptBox.jsx b/src/components/views/Home/ReciptBox.jsx index 1b2e941..958d1cb 100644 --- a/src/components/views/Home/ReciptBox.jsx +++ b/src/components/views/Home/ReciptBox.jsx @@ -70,7 +70,7 @@ export default function ReceiptBox ({children, modalIdx, setModalIdx}) {
수령방식 - {selectedInfo[0]?.pickUp === 1 ? "픽업" : "매장"} + {selectedInfo[0]?.pickUp === 1 ? "매장" : "픽업"}
@@ -196,4 +196,4 @@ export default function ReceiptBox ({children, modalIdx, setModalIdx}) { }
); -} \ No newline at end of file +}