Skip to content
Snippets Groups Projects
Commit ef8c92de authored by Thomas Bouquet's avatar Thomas Bouquet
Browse files

navbar test

parent 7a54295e
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,14 @@ import { useIsStaff } from "../../hooks/authTools";
function Kilometrage () {
if (!useIsStaff()) {
/*if (!useIsStaff()) {
return (
<MDBContainer className="mt-4">
Accès réservé aux staffeurs ...
<br /> <br />
</MDBContainer>
)
}
}*/
const smallStyle = { fontSize: '0.8rem'};
const [nom, setNom] = useState({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment