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

console

parent a74d57c3
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,7 @@ import { useIsParticipant } from "../../hooks/authTools"; ...@@ -6,8 +6,7 @@ import { useIsParticipant } from "../../hooks/authTools";
function Submit (props) { function Submit (props) {
var [exists,setExists] = useState(true); const exists = useIsParticipant({id: 4});
setExists(useIsParticipant({id: 4}));
/*var [participants,setParticipants] = useState([]); /*var [participants,setParticipants] = useState([]);
useEffect(() => { useEffect(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment