@@ -43,7 +43,6 @@ const JoinForm = () => {
setLoading(false);
return;
}
- setFailed(false);
};
const cannotJoinGame = !playerName || playerName.length === 0;