mario-education 2.4.512-feedback → 2.4.513-feedback

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
@@ -75863,7 +75863,7 @@ var TimesIcon = function TimesIcon(_ref) {
75863
75863
  };
75864
75864
 
75865
75865
  var HeaderSideBar = function HeaderSideBar(_ref) {
75866
- var _handleUserRole, _navigations$filters, _clsx;
75866
+ var _handleUserRole, _navigations$filter, _clsx;
75867
75867
 
75868
75868
  var children = _ref.children,
75869
75869
  navigations = _ref.navigations,
@@ -76027,11 +76027,11 @@ var HeaderSideBar = function HeaderSideBar(_ref) {
76027
76027
  paddingTop: 0,
76028
76028
  paddingBottom: 50
76029
76029
  }
76030
- }, !!navigations && (navigations === null || navigations === void 0 ? void 0 : (_navigations$filters = navigations.filters(function (r) {
76030
+ }, !!navigations && (navigations === null || navigations === void 0 ? void 0 : (_navigations$filter = navigations.filter(function (r) {
76031
76031
  var _r$name;
76032
76032
 
76033
76033
  return !isEnableMarioAi ? !((_r$name = r.name) !== null && _r$name !== void 0 && _r$name.includes('MarioAi')) : true;
76034
- })) === null || _navigations$filters === void 0 ? void 0 : _navigations$filters.map(function (navigation) {
76034
+ })) === null || _navigations$filter === void 0 ? void 0 : _navigations$filter.map(function (navigation) {
76035
76035
  return renderNavigationItem(navigation);
76036
76036
  })))))), React__default.createElement("main", {
76037
76037
  className: clsx(classes.content, (_clsx = {}, _clsx[classes.contentShift] = isReadOnly ? false : isOpenSideBar, _clsx))