Skip to content

Commit a59889f

Browse files
committed
Revert "Update CheckoutScreen.tsx"
This reverts commit 78ea1fe.
1 parent 77d3caf commit a59889f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/screens/CheckoutScreen.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const CheckoutScreen = () => {
6565
},
6666
);
6767
};
68+
6869
const placeOrder = async (
6970
uiToast: null | UIToast = null,
7071
): Promise<Response> => {
@@ -77,6 +78,7 @@ const CheckoutScreen = () => {
7778
quantities[item.id] = item.quantity;
7879
}
7980
});
81+
8082
const data = {
8183
// This is the data structure implemented by application-monitoring-react and flask
8284
cart: {items: cart, quantities},

0 commit comments

Comments
 (0)