Updated the Home.jsx
This commit is contained in:
parent
018fc48bc2
commit
662547d244
@ -8,7 +8,7 @@ import {StatusContext} from "@/common/contexts/Status";
|
||||
import {useNavigate} from "react-router-dom";
|
||||
|
||||
export const Home = () => {
|
||||
const backendAvailable = useContext(StatusContext);
|
||||
const {backendAvailable} = useContext(StatusContext);
|
||||
const navigate = useNavigate();
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user