@selfcommunity/react-ui 0.7.50-events.47 → 0.7.50-events.48

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.
@@ -116,7 +116,6 @@ function MyEventsWidget(inProps) {
116
116
  _fetchNext();
117
117
  }
118
118
  }, [eventIndex, state.results]);
119
- return (0, jsx_runtime_1.jsx)(Skeleton_1.default, {});
120
119
  // RENDER
121
120
  if (!eventsEnabled) {
122
121
  return (0, jsx_runtime_1.jsx)(HiddenPlaceholder_1.default, {});
@@ -114,7 +114,6 @@ export default function MyEventsWidget(inProps) {
114
114
  _fetchNext();
115
115
  }
116
116
  }, [eventIndex, state.results]);
117
- return _jsx(Skeleton, {});
118
117
  // RENDER
119
118
  if (!eventsEnabled) {
120
119
  return _jsx(HiddenPlaceholder, {});