Skip to content

Commit e475948

Browse files
committed
fix: remove pre in product detail
1 parent 1bd306c commit e475948

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/product/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export default function Product({ loaderData }: Route.ComponentProps) {
7878

7979
return (
8080
<>
81-
<pre>{JSON.stringify(variantGroups, null, 2)}</pre>
8281
<section className="py-12">
8382
<Container className="flex flex-col gap-8 md:flex-row md:items-start">
8483
<div className="bg-muted rounded-xl min-w-[min(100%,28rem)] self-center flex-grow max-w-xl md:min-w-fit md:self-start">

0 commit comments

Comments
 (0)