Raid Group calendar working

This commit is contained in:
2025-03-07 21:54:17 -05:00
parent 61789d7ca2
commit 0dfb971bc2
8 changed files with 213 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ export default function GamePage(){
<div>Error</div>
);
}
else if(gameQuery.status === "success" && (gameQuery.data === undefined || gameQuery.data === undefined)){
else if(gameQuery.status === "success" && gameQuery.data === undefined){
return (
<Navigate to="/game"/>
);