From 42b23a24a5282311be08d8ab8200252ba4a76fdc Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Fri, 27 Feb 2026 16:14:59 -0500 Subject: [PATCH] Fixes a potential issue with non-existent recycle fee --- src/iss-components/cart-dropdown/cart-dropdown.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/iss-components/cart-dropdown/cart-dropdown.vue b/src/iss-components/cart-dropdown/cart-dropdown.vue index a989ea89..83aca443 100644 --- a/src/iss-components/cart-dropdown/cart-dropdown.vue +++ b/src/iss-components/cart-dropdown/cart-dropdown.vue @@ -75,7 +75,7 @@ class="cart-item">
{{ totalLabel }} - {{ getDisplayed(total) }} + {{ getDisplayed(total) }}
{{ amountPaidLabel }} - {{ getDisplayed(amountPaid) }} + {{ getDisplayed(amountPaid) }}