@idsoftsource/initial-process 2.2.8 → 2.2.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.
@@ -1224,8 +1224,7 @@ class TermsConditionsComponent {
1224
1224
  .replace(/\\'/g, "'")
1225
1225
  .replace(/\{\{PrivacyAndTerms\?\.(\w+)\}\}/g, (_, key) => vars[key] ?? '')
1226
1226
  .replace(/\{\{(\w+)\}\}/g, (_, key) => vars[key] ?? '')
1227
- .replace(/\\n/g, '')
1228
- .replace(/(<br\s*\/?>\s*){2,}/gi, '<br>');
1227
+ .replace(/\\n/g, '');
1229
1228
  }
1230
1229
  isFilteredBrand() {
1231
1230
  return ['ID Claims', 'Mold Depot', 'Termite Depot'].includes(this.branding?.displayName);