PR fixes
This commit is contained in:
parent
506ef244f0
commit
0146e85fbd
1 changed files with 3 additions and 4 deletions
|
|
@ -87,9 +87,7 @@ export default {
|
|||
return this.getCmsContent(this.mobileWidgetName, 'BodyText');
|
||||
},
|
||||
AddToCalendar_InShop_Subject() {
|
||||
const test = this.getCmsContent('AddToCalendar_InShop', 'HeaderText');
|
||||
console.log(test);
|
||||
return test;
|
||||
return this.getCmsContent('AddToCalendar_InShop', 'HeaderText');
|
||||
},
|
||||
AddToCalendar_InShop_Body() {
|
||||
return this.getCmsContent(this.inShopWidgetName, 'BodyText');
|
||||
|
|
@ -144,7 +142,8 @@ export default {
|
|||
const isHTML = false;
|
||||
let duration = '';
|
||||
|
||||
if (this.appointmentType === AppointmentTypeStrings.MOBILE) {
|
||||
if (this.appointmentType === AppointmentTypeStrings.MOBILE
|
||||
|| this.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP) {
|
||||
location = this.serviceLocationFullAddress?.replace('<br/>', '');
|
||||
subject = this.AddToCalendar_Mobile_Subject?.replace(
|
||||
'{custom:serviceType}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue