CSR-1977: remove brackets around promo code message another

This commit is contained in:
Adam Caouette 2024-03-01 15:39:32 -05:00
parent dc4e2c6aad
commit dd9b6f2c20

View file

@ -33,9 +33,9 @@
:key="i"
class="packaged-cart-item">
<span
><span v-if="cartItem.category === 'promos'">&lt;</span
><span v-if="cartItem.category === 'promos'"></span
>{{ cartItem.name
}}<span v-if="cartItem.category === 'promos'">&gt;</span></span
}}<span v-if="cartItem.category === 'promos'"></span></span
>
<textLink
v-if="allowItemRemoval"