Skip to content

Commit

Permalink
Refactor(Product): Remove unnecessary link in Cart page
Browse files Browse the repository at this point in the history
  • Loading branch information
kooya3 committed Aug 11, 2024
1 parent d7ccf3e commit d1f272f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/(pages)/cart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ export default async function Cart() {

return (
<Fragment>
{!process.env.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY && (
<Gutter>
<Message



<Gutter>
<CartPage settings={settings} page={page} />
</Gutter>
Expand Down

0 comments on commit d1f272f

Please sign in to comment.