sapp-common-package-test-final 1.6.9 → 1.7.0
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 +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -445,6 +445,9 @@ var getIconEvent = (_getIconEvent = {}, _getIconEvent[EVENT_TYPES.TEACHING] = Re
|
|
445
445
|
var getIconforEvent = function getIconforEvent(event) {
|
446
446
|
if (event.source === CALENDAR_TYPE.LMS) {
|
447
447
|
var icon = [];
|
448
|
+
if (event.type === EVENT_TYPES.HOLIDAY) {
|
449
|
+
return [];
|
450
|
+
}
|
448
451
|
if (event.isCaseStudy) {
|
449
452
|
icon.push(React.createElement(GoldStarIcon, null));
|
450
453
|
}
|