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

console

parent e7d3940e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,8 @@ import { useIsParticipant } from "../../hooks/authTools"; ...@@ -6,7 +6,8 @@ import { useIsParticipant } from "../../hooks/authTools";
function Submit (props) { function Submit (props) {
const exists = useIsParticipant({id: 4}); var [exists,setExists] = useState(true);
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