@kashifd/jwero-components 0.6.61 → 0.6.62

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
@@ -49567,7 +49567,7 @@ const sW = ({
49567
49567
  bgcolor: !(d != null && d.url) || (d == null ? void 0 : d.url) !== "" ? s.colors.secondary : "transparent",
49568
49568
  ...a
49569
49569
  },
49570
- children: !d.url && c(d.name)
49570
+ children: !(d != null && d.url) || (d == null ? void 0 : d.url) !== "" && c(d == null ? void 0 : d.name)
49571
49571
  },
49572
49572
  g
49573
49573
  ))