fix bug with workForFaction

This commit is contained in:
Olivier Gagnon
2021-10-16 15:43:28 -04:00
parent 99c75baea0
commit 84a1d27b9a
5 changed files with 8 additions and 3 deletions
+2
View File
@@ -361,5 +361,7 @@ export function WorkInProgressRoot(): React.ReactElement {
);
}
if (!player.workType) router.toTerminal();
return <></>;
}