Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Oct 4, 2023
1 parent 9ed89f5 commit 0fa4731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/unitStats/unitTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fa4731

Please sign in to comment.