@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.
- package/bundles/kirbydesign-designsystem.umd.js +1 -1
- package/bundles/kirbydesign-designsystem.umd.js.map +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js.map +1 -1
- package/esm2015/lib/components/segmented-control/segmented-control.component.js +2 -2
- package/fesm2015/kirbydesign-designsystem.js +1 -1
- package/fesm2015/kirbydesign-designsystem.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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 =
|