diff --git a/src/iss-components/cart-dropdown/cart-dropdown.vue b/src/iss-components/cart-dropdown/cart-dropdown.vue index e9d0da00..546ca470 100644 --- a/src/iss-components/cart-dropdown/cart-dropdown.vue +++ b/src/iss-components/cart-dropdown/cart-dropdown.vue @@ -58,7 +58,7 @@ export default { }, data() { return { - isExpanded: true, + isExpanded: false, currencyFormatter: new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD'