CSR-1977: remove brackets around promo code message
This commit is contained in:
parent
0ce58dbcb4
commit
dc4e2c6aad
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
class="my-2 lh-1 applied-promo"
|
class="my-2 lh-1 applied-promo"
|
||||||
v-for="(promoCode, i) in this.getPromoCodeList()"
|
v-for="(promoCode, i) in this.getPromoCodeList()"
|
||||||
:key="i">
|
:key="i">
|
||||||
<span class="caption">Promo code <{{ promoCode }}> applied </span>
|
<span class="caption">Promo code {{ promoCode }} applied </span>
|
||||||
</div>
|
</div>
|
||||||
<contentGroupModal ref="RecycleModal" cmsWidgetName="RecycleModal">
|
<contentGroupModal ref="RecycleModal" cmsWidgetName="RecycleModal">
|
||||||
<textBlock cmsWidgetName="RecycleTextBlock" />
|
<textBlock cmsWidgetName="RecycleTextBlock" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue