Fixed a bug in the InstallSoftware.jsx
This commit is contained in:
parent
0d9841cd01
commit
0ea53094ea
@ -11,7 +11,7 @@ import {StatusContext} from "@/common/contexts/Status/index.js";
|
||||
|
||||
export const InstallSoftware = () => {
|
||||
const [currentItem, setCurrentItem] = useState(Software[0].name);
|
||||
const backendAvailable = !(useContext(StatusContext));
|
||||
const backendAvailable = useContext(StatusContext);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user