Skip to content

Commit

Permalink
Update CheckoutPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hdcola committed Nov 4, 2024
1 parent fdc5818 commit 3c2917c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/CheckoutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { CartItemList } from '../components/CartItemList';

export const CheckoutPage = () => {
const { data: { items: cartItem, checkout } = {} } = useGetCartItems(true);
console.log(cartItem);
console.log(checkout);

const items = cartItem
? cartItem.map((item) => {
Expand Down

0 comments on commit 3c2917c

Please sign in to comment.