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

console

parent 18d972ea
Branches
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ function Kilometrage () {
<MDBIcon icon="user-alt" className="mr-1" />
</MDBCol>
<MDBCol lg="11" size="10">
<SearchNom handleChange={(e) => {setNom(e);console.log(e)}} />
<SearchNom handleChange={(e) => {setNom(e)}} />
</MDBCol>
</MDBRow>
<MDBRow>
......
......@@ -30,7 +30,7 @@ function Submit (props) {
{
score: props.score,
equipe: props.equipe.value,
participant: props.nom.value
participant: props.participant.value
})
.then(() => {
alert("Score ajouté");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment