commit
This commit is contained in:
parent
fbf07e772d
commit
62b67b94b0
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import axios from 'axios';
|
|||
|
||||
export default function HelpButton({ gameid, helpingprop, token }) {
|
||||
const [helping, setHelping] = useState(helpingprop);
|
||||
console.log("helpingprop:", helpingprop)
|
||||
|
||||
function addHelper() {
|
||||
axios.post("https://leizour.fr/api/v1/games/addHelper", { token, gameid })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue