diff --git a/snippets/cart-drawer.liquid b/snippets/cart-drawer.liquid index 3725d28..33fd8f0 100644 --- a/snippets/cart-drawer.liquid +++ b/snippets/cart-drawer.liquid @@ -117,6 +117,7 @@ {%- if cart != empty -%}
+ {% comment %} + {% endcomment %} {%- for item in cart.items -%}
@@ -143,6 +144,7 @@