Raid Group calendar working
This commit is contained in:
@@ -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"/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user