sapp-common-package-test-final 1.6.7 → 1.6.8

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.
@@ -580,7 +580,7 @@ var MonthlyEvent = function MonthlyEvent(_ref) {
580
580
  }
581
581
  }, React.createElement("div", {
582
582
  className: styles['monthly-event__title']
583
- }, !!iconList && React.createElement("div", {
583
+ }, (Array.isArray(iconList) && iconList.length > 0 || !!iconList) && React.createElement("div", {
584
584
  className: styles['weekly-event__title_icon']
585
585
  }, iconList), React.createElement(CustomTooltip, {
586
586
  title: event.title
@@ -791,7 +791,7 @@ var WeeklyEvent = function WeeklyEvent(_ref) {
791
791
  className: clsx$1(height <= MIN_HEIGHT_HIDE_DETAILS && styles['weekly-event--collapse'])
792
792
  }, React.createElement("div", {
793
793
  className: styles['weekly-event__title']
794
- }, !!iconList && React.createElement("div", {
794
+ }, (Array.isArray(iconList) && iconList.length > 0 || !!iconList) && React.createElement("div", {
795
795
  className: styles['weekly-event__title_icon']
796
796
  }, iconList), React.createElement(CustomTooltip, {
797
797
  title: event.title
@@ -1005,7 +1005,7 @@ var LMSWeeklyEvent = function LMSWeeklyEvent(_ref) {
1005
1005
  className: clsx$1(styles['weekly-event--collapse'])
1006
1006
  }, React.createElement("div", {
1007
1007
  className: styles['weekly-event__title']
1008
- }, !!iconList && React.createElement("div", {
1008
+ }, (Array.isArray(iconList) && iconList.length > 0 || !!iconList) && React.createElement("div", {
1009
1009
  className: styles['weekly-event__title_icon']
1010
1010
  }, iconList), React.createElement(CustomTooltip, {
1011
1011
  title: event.title