Updated the InstallSoftware.jsx

This commit is contained in:
2023-08-05 20:52:55 +02:00
parent 2378cd83f7
commit 018fc48bc2

View File

@ -13,7 +13,7 @@ import {ServerProvider} from "@/common/contexts/Server";
export const InstallSoftware = () => {
const [currentItem, setCurrentItem] = useState(Software[0].name);
const backendAvailable = useContext(StatusContext);
const {backendAvailable} = useContext(StatusContext);
const [serverDialogOpen, setServerDialogOpen] = useState(false);
return (