Skip to content

Commit 10808ad

Browse files
authored
Merge pull request #384 from w3bdesign/develop
Fix Expected property shorthand
2 parents b4ceee7 + 14a8abe commit 10808ad

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)