Merge pull request #2878 from Safelite/feature/Shultz/CASH-1514
CASH-1514
This commit is contained in:
commit
850f3716b0
1 changed files with 3 additions and 1 deletions
|
|
@ -699,10 +699,12 @@ export default {
|
|||
: this.ServiceLocationFullAddress.zipCode;
|
||||
},
|
||||
AppointmentWordingText() {
|
||||
return this.getCmsContent("ApptDetailsSnapshotWidget", "BodyText")?.replaceAll(
|
||||
const text = this.getCmsContent("ApptDetailsSnapshotWidget", "BodyText")?.replaceAll(
|
||||
"{custom:ADDRESS}",
|
||||
this.ServiceLocationFullAddressText
|
||||
);
|
||||
|
||||
return text?.replace(/\barriving between\b/gi, "<span>arriving between</span>");
|
||||
},
|
||||
isRecalibrationOnOrder() {
|
||||
const order = baseMixin.methods.hasSubmittedOrder()
|
||||
|
|
|
|||
Loading…
Reference in a new issue