Skip to content

Commit

Permalink
Remove dev thing
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 21, 2023
1 parent e1d3168 commit 5905dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/Instances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { gameItems } from "./mods/Browse";
import { open } from "@tauri-apps/api/dialog";

export const Instances = () => {
const [adding, setAdding] = useState(true);
const [adding, setAdding] = useState(false);
const [instances, setInstances] = useState<InstanceInfo[]>([]);

const [game, setGame] = useState("ksp1");
Expand Down

0 comments on commit 5905dad

Please sign in to comment.