Simplifying 2
This commit is contained in:
parent
9e346265cc
commit
7e9f7d83c0
1 changed files with 2 additions and 8 deletions
|
|
@ -140,16 +140,10 @@ export default {
|
||||||
return this.getCmsContent(this.widget.amountDue, widgetFields.TEXT_BLOCK_WIDGET.TEXT);
|
return this.getCmsContent(this.widget.amountDue, widgetFields.TEXT_BLOCK_WIDGET.TEXT);
|
||||||
},
|
},
|
||||||
deductibleLabel() {
|
deductibleLabel() {
|
||||||
return this.getCmsContent(
|
return this.getCmsContent(this.widget.deductible, widgetFields.TEXT_BLOCK_WIDGET.TEXT);
|
||||||
this.widget.deductible,
|
|
||||||
widgetFields.TEXT_BLOCK_WIDGET.TEXT
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
basePriceLabel() {
|
basePriceLabel() {
|
||||||
return this.getCmsContent(
|
return this.getCmsContent(this.widget.basePrice, widgetFields.TEXT_BLOCK_WIDGET.TEXT);
|
||||||
this.widget.basePrice,
|
|
||||||
widgetFields.TEXT_BLOCK_WIDGET.TEXT
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue