Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Oct 1, 2024
1 parent 96ae6e9 commit 6be36f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/components/pages/CashierV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ const CashierV2 = ({ items, orders, submitPayload }: props) => {
reducer,
OrderEntity.createNew({ orderId: nextOrderId }),
);
const [received, setReceived] = useState("");
const [description, setDescription] = useState("");
const [inputStatus, setInputStatus] =
useState<(typeof InputStatus)[number]>("discount");
const [dialogOpen, setDialogOpen] = useState(false);
Expand Down

0 comments on commit 6be36f1

Please sign in to comment.