Skip to content

Commit ceaf73f

Browse files
Add comment for Bugster integration check in add-to-cart component
1 parent 69ec326 commit ceaf73f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/add-to-cart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +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
2728
}}
2829
/>
2930
);

0 commit comments

Comments
 (0)