labsense-ui-kit 1.3.2 → 1.3.3

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.
@@ -6112,7 +6112,7 @@ var Badge = function Badge(_ref8) {
6112
6112
  "$position": 'relative',
6113
6113
  onMouseEnter: tooltipText ? handleMouseEnter : undefined,
6114
6114
  onMouseLeave: tooltipText ? handleMouseLeave : undefined
6115
- }, (icon || image) && React.createElement(TooltipWrapper, null, image ? React.createElement("img", {
6115
+ }, (icon || image || tooltipText) && React.createElement(TooltipWrapper, null, image ? React.createElement("img", {
6116
6116
  src: image.src,
6117
6117
  alt: image.img_alt,
6118
6118
  width: image.width,