From a22056d890db83b383bf8c62c8139012d989689f Mon Sep 17 00:00:00 2001 From: toririm Date: Tue, 1 Oct 2024 14:03:39 +0900 Subject: [PATCH] a --- app/components/pages/CashierV2.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/components/pages/CashierV2.tsx b/app/components/pages/CashierV2.tsx index 5a61b72f..30c29b8f 100644 --- a/app/components/pages/CashierV2.tsx +++ b/app/components/pages/CashierV2.tsx @@ -98,7 +98,6 @@ const CashierV2 = ({ items, orders, submitPayload }: props) => { reducer, OrderEntity.createNew({ orderId: nextOrderId }), ); - const [orderItems, setOrderItems] = useState[]>([]); const [received, setReceived] = useState(""); const [description, setDescription] = useState(""); const [inputStatus, setInputStatus] = @@ -194,13 +193,6 @@ const CashierV2 = ({ items, orders, submitPayload }: props) => {

{item.name}

{item.price}

{type2label[item.type]}

- ))} @@ -212,7 +204,6 @@ const CashierV2 = ({ items, orders, submitPayload }: props) => {
  • 注文をクリア: Esc
  • -

    {`No. ${nextOrderId}`}

    合計金額