-
-
Overview
-
-
-
- {alertStore.data.counters.length === 0 ? (
-
- ) : (
-
- )}
-
-
- );
- }
- }
-);
+const OverviewModalContent = observer(({ alertStore, onHide }) => {
+ const allLabels = useLocalStore(() => ({
+ show: false,
+ toggle() {
+ this.show = !this.show;
+ },
+ }));
+ return (
+