@socotra/ec-react-utils 2.6.3-next.0 → 2.6.3-next.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.
package/dist/index.es.js CHANGED
@@ -292,7 +292,8 @@ const yr = (e) => {
292
292
  coverageTermOptions: e,
293
293
  coverageTermDataModel: t
294
294
  }) => {
295
- if (!Object.keys(e ?? {}).length || !t) return {};
295
+ if (!Object.keys(e ?? {}).length || !t)
296
+ return {};
296
297
  const r = structuredClone(e) ?? {}, n = t;
297
298
  return Object.keys(n).forEach((i) => {
298
299
  if (r[i])