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.js
CHANGED
@@ -449,6 +449,9 @@ var getIconEvent = (_getIconEvent = {}, _getIconEvent[EVENT_TYPES.TEACHING] = Re
|
|
449
449
|
var getIconforEvent = function getIconforEvent(event) {
|
450
450
|
if (event.source === CALENDAR_TYPE.LMS) {
|
451
451
|
var icon = [];
|
452
|
+
if (event.type === EVENT_TYPES.HOLIDAY) {
|
453
|
+
return [];
|
454
|
+
}
|
452
455
|
if (event.isCaseStudy) {
|
453
456
|
icon.push(React__default.createElement(GoldStarIcon, null));
|
454
457
|
}
|