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 +}