@eclass/ui-kit 1.53.2 → 1.53.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.
@@ -6478,7 +6478,7 @@ const EventsList = ({
6478
6478
  },
6479
6479
  children: [/* @__PURE__ */ jsx("span", {
6480
6480
  children: name
6481
- }), hasNotification && /* @__PURE__ */ jsx(NotificationIcon, {}), /* @__PURE__ */ jsx(NotificationIcon, {})]
6481
+ }), hasNotification && /* @__PURE__ */ jsx(NotificationIcon, {})]
6482
6482
  }), showCourse && !initOrEnd && /* @__PURE__ */ jsxs(Box, {
6483
6483
  as: "span",
6484
6484
  sx: detailTextStyle,