@friggframework/ui 2.0.0--canary.395.65f5f64.0 → 2.0.0--canary.398.24926ac.0

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
@@ -64389,12 +64389,8 @@ const WOe = (e) => {
64389
64389
  }, HOe = (e) => {
64390
64390
  const t = [];
64391
64391
  return e.integrations.forEach((n) => {
64392
- const r = { ...n };
64393
- if (r.entities.length > 1) {
64394
- const s = r.entities[1].id, a = qOe(s, e);
64395
- r.type = a, r.display = GOe(a, e);
64396
- }
64397
- t.push(r);
64392
+ const r = { ...n }, s = r.entities[1].id, a = qOe(s, e);
64393
+ r.type = a, r.display = GOe(a, e), t.push(r);
64398
64394
  }), t;
64399
64395
  }, qOe = (e, t) => {
64400
64396
  const r = t.entities.authorized.find((s) => s.id === e);