project-booster-vue 10.30.7 → 10.30.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "10.30.7",
3
+ "version": "10.30.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -1012,7 +1012,7 @@ export default defineComponent({
1012
1012
  ? ''
1013
1013
  : this.appointment.isPast
1014
1014
  ? 'Date du rendez-vous passée.'
1015
- : 'Ajoutez des plans aux mesures de votre pièce et des photos pour bien préparer le rendez-vous.<br/>Vous souhaitez modifier ou annuler votre rendez-vous ?';
1015
+ : 'Ajoutez des plans aux mesures de votre pièce et des photos pour bien préparer le rendez-vous. Vous souhaitez modifier ou annuler votre rendez-vous ?';
1016
1016
  },
1017
1017
 
1018
1018
  appointmentNotificationLink() {
@@ -1021,7 +1021,7 @@ export default defineComponent({
1021
1021
  }
1022
1022
 
1023
1023
  const host = window.location.host;
1024
- const appointmentUpdateUrl = decodeURIComponent(JSON.parse(`"${this.appointment.appointmentUpdateUrl}""`));
1024
+ const appointmentUpdateUrl = decodeURIComponent(JSON.parse(`"${this.appointment.appointmentUpdateUrl.String}"`));
1025
1025
 
1026
1026
  return host.includes('localhost') || host.includes('uat') || host.includes('prep')
1027
1027
  ? `https://qa.timify.com/cancel-booking/${appointmentUpdateUrl}`