Skip to content

Commit 14a8abe

Browse files
committed
Fix Expected property shorthand
1 parent d257577 commit 14a8abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/AddToCartButton.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AddToCartButton = ({ product }) => {
2525

2626
const productQueryInput = {
2727
clientMutationId: uuidv4(), // Generate a unique id.
28-
productId: productId,
28+
productId,
2929
};
3030

3131
// Get Cart Data.

0 commit comments

Comments
 (0)