mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-29 16:25:49 +00:00
fix default map/type
This commit is contained in:
parent
049566cdbb
commit
2a36c18f92
22 changed files with 22 additions and 22 deletions
|
|
@ -31,7 +31,7 @@ function MapInspector() {
|
|||
const router = useRouter();
|
||||
|
||||
const [initialMissionName, initialMissionType] = useMemo(
|
||||
() => (searchParams.get("mission") || "RiverDance:CTF").split("~"),
|
||||
() => (searchParams.get("mission") || "RiverDance~CTF").split("~"),
|
||||
[],
|
||||
);
|
||||
const [missionName, setMissionName] = useState(initialMissionName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue