diff --git a/components/unitStats/unitTable.tsx b/components/unitStats/unitTable.tsx index 64bc70f5..ddeffb38 100644 --- a/components/unitStats/unitTable.tsx +++ b/components/unitStats/unitTable.tsx @@ -35,7 +35,6 @@ import { internalSlash } from "../../src/utils"; import Link from "next/link"; import { getExplorerUnitRoute } from "../../src/routes"; import { raceType } from "../../src/coh3/coh3-types"; -import { debounce } from "lodash"; import { useDebouncedValue } from "@mantine/hooks"; interface tableColSetup { diff --git a/config.ts b/config.ts index 5b0f6d21..9e02c03d 100644 --- a/config.ts +++ b/config.ts @@ -66,14 +66,14 @@ const statsPatchSelector: Record< from: "2023-08-24", to: "now", value: "1.2.3", - label: "1.2.3", + label: "1.2.3 - 1.2.5", group: "Emerald Bear", }, "1.2.2": { from: "2023-08-03", to: "2023-08-24", value: "1.2.2", - label: "1.2.2", + label: "1.2.1 - 1.2.2", group: "Emerald Bear", }, // version 1.2.1 is not significant to be in the menu