Skip to content

Commit 4b783ac

Browse files
authored
Merge pull request #1051 from w3bdesign/Cleanup
Cleanup
2 parents 78964d2 + c538466 commit 4b783ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/Layout/LayoutCart.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ const updateCartDisplay = () => {
7171
}
7272
7373
cartLength.value = cart.getCartQuantity;
74-
7574
subTotal.value = cart.getCartTotal;
76-
7775
remoteError.value = error;
7876
};
7977

0 commit comments

Comments
 (0)