Skip to content

Commit

Permalink
Merge pull request #195 from choiyoubin/test
Browse files Browse the repository at this point in the history
Fix/매장 픽업 표시 수정
  • Loading branch information
choiyoubin authored Mar 25, 2024
2 parents 6463a9e + a0c4314 commit 0d732f3
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, idx, pickUp, time } = props;
return (
<Printer type="epson" width={42} characterSet="korea">
<Row left={`[${pickUp}]`} right="ReadyVery" />
<Row left={`[${pickUp === 1 ? '픽업' : '매장'}]`} right="ReadyVery" />
<Br />
<Text size={{ width: 3, height: 3 }} align="center" bold={true}>
{idx} {/*idx*/}
Expand Down

0 comments on commit 0d732f3

Please sign in to comment.