formatting
This commit is contained in:
parent
88ea25b815
commit
6510871222
1 changed files with 4 additions and 1 deletions
|
|
@ -42,7 +42,10 @@
|
|||
alignLeft />
|
||||
<textBlock cmsWidgetName="NocompHeaderWidget" fontWeight="bold" />
|
||||
<textBlock cmsWidgetName="NocompCopyWidget" />
|
||||
<priceDisplay cmsWidgetName="PriceWidgetNocomp" :price="cashPrice" class="my-4" />
|
||||
<priceDisplay
|
||||
cmsWidgetName="PriceWidgetNocomp"
|
||||
:price="cashPrice"
|
||||
class="my-4" />
|
||||
<afterpayBreakout
|
||||
cmsWidgetName="AfterpayBreakoutWidget"
|
||||
:totalAmount="cashPrice" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue