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.
package/dist/index.js CHANGED
@@ -6116,7 +6116,7 @@ var Badge = function Badge(_ref8) {
6116
6116
  "$position": 'relative',
6117
6117
  onMouseEnter: tooltipText ? handleMouseEnter : undefined,
6118
6118
  onMouseLeave: tooltipText ? handleMouseLeave : undefined
6119
- }, (icon || image) && React__default.createElement(TooltipWrapper, null, image ? React__default.createElement("img", {
6119
+ }, (icon || image || tooltipText) && React__default.createElement(TooltipWrapper, null, image ? React__default.createElement("img", {
6120
6120
  src: image.src,
6121
6121
  alt: image.img_alt,
6122
6122
  width: image.width,