@kirbydesign/designsystem 4.0.15 → 4.0.16

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.
@@ -8687,7 +8687,7 @@
8687
8687
  var _this = this;
8688
8688
  this._items = value || [];
8689
8689
  this._items.forEach(function (item) {
8690
- if (item.badge === undefined)
8690
+ if (!item.badge)
8691
8691
  return;
8692
8692
  // We need to verify whether badges icon is custom or default, so we can check for it in the template
8693
8693
  item.badge.isCustomIcon =