Skip to content

Commit

Permalink
Merge pull request #207 from readyvery/test
Browse files Browse the repository at this point in the history
Fix: 영수증 수령방법 수정
  • Loading branch information
hhbb0081 authored Mar 29, 2024
2 parents 2dd6e24 + 29be23d commit 5a41eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserReceipt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function UserReceipt(props) {
const { foodies, orderNum, pickUp, time } = props;
return (
<Printer type="epson" width={42} characterSet="korea">
<Row left={`[${pickUp === 1 ? '픽업' : '매장'}]`} right="ReadyVery" />
<Row left={`[${pickUp === 1 ? '매장' : '픽업'}]`} right="ReadyVery" />
<Br />
<Text size={{ width: 3, height: 3 }} align="center" bold={true}>
{orderNum} {/*orderNum*/}
Expand Down

0 comments on commit 5a41eda

Please sign in to comment.