@ouestfrance/sipa-bms-ui 8.15.0 → 8.15.1

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.
@@ -191,7 +191,7 @@
191
191
  writeLocation(searchParams);
192
192
  };
193
193
 
194
- const isProblem = (object) => !!object?.type && typeof object.type === "string" && object.type.includes("https://problems.bms.live");
194
+ const isProblem = (object) => !!object?.type && typeof object.type === "string" && object.type.includes("https://");
195
195
 
196
196
  const searchString = (item, searchText) => {
197
197
  return !isEmptyStringOrNotDefined(item) && searchText !== null && searchText !== void 0 && sanitizeString(item).includes(sanitizeString(searchText));