Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Raup authored and Ricky Raup committed Apr 17, 2024
1 parent 73379b8 commit 748cc9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/OrderPage/ModifyOrderForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function ModifyOrderForm({
};

const { setAlert } = useAlert();

const [values, setValueState] = useState(originalValues);
const [retailItems, setRetailItems] = useState<IRetailRescueItem[]>(
order.retailRescue,
Expand Down

0 comments on commit 748cc9a

Please sign in to comment.