Skip to content

Commit cd9adad

Browse files
committed
Update useCart.js
1 parent b44a049 commit cd9adad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/useCart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import ADD_TO_CART_MUTATION from "@/apollo/mutations/ADD_TO_CART_MUTATION.gql";
1313

1414
const state = {
1515
cart: [],
16-
loading: true,
16+
loading: false,
1717
error: null,
1818
};
1919

0 commit comments

Comments
 (0)