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 ccf26d2 commit 0f306d3Copy full SHA for 0f306d3
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