Skip to content

Commit

Permalink
Remove another dev thing
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 21, 2023
1 parent 102a516 commit bdcdf2c
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 @@ -10,7 +10,7 @@ import { appDir } from "@tauri-apps/api/path";

export const Instances = () => {
const [adding, setAdding] = useState(false);
const [deleteing, setDeleteing] = useState(true);
const [deleteing, setDeleteing] = useState(false);
const [instances, setInstances] = useState<InstanceInfo[]>([]);
const [instanceToDelete, setInstanceToDelete] =
useState<InstanceInfo | null>(null);
Expand Down

0 comments on commit bdcdf2c

Please sign in to comment.