We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73635 commit 7da5216Copy full SHA for 7da5216
src/components/shared/Stats.tsx
@@ -10,7 +10,7 @@ import {
10
removeTextFilter,
11
} from "../../slices/tableFilterSlice";
12
import { loadEventsIntoTable } from "../../thunks/tableThunks";
13
-import { setOffset, setPageActive } from "../../slices/tableSlice"
+import { setOffset, setPageActive } from "../../slices/tableSlice";
14
import { useAppDispatch, useAppSelector } from "../../store";
15
import { fetchEvents } from "../../slices/eventSlice";
16
import { ParseKeys } from "i18next";
0 commit comments