Skip to content

Commit dd9b435

Browse files
Remove commented-out Bugster integration check in add-to-cart component
1 parent ceaf73f commit dd9b435

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/add-to-cart.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export function AddToCart() {
2424
track('add_to_cart:clicked');
2525
await addToCart({ id: 'shirt', color, size, quantity: 1 });
2626
router.push('/cart');
27-
//check bugster integration
28-
}}
27+
}}
2928
/>
3029
);
3130
}

0 commit comments

Comments
 (0)