This commit is contained in:
Lukian LEIZOUR 2024-06-04 15:15:51 +02:00
parent fbf07e772d
commit 62b67b94b0

View file

@ -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 })