remove so many fields and values used by the old system

This commit is contained in:
Olivier Gagnon
2022-07-12 23:13:40 -04:00
parent 598e47766e
commit fac6633347
15 changed files with 27 additions and 954 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ function Work(): React.ReactElement {
player.startFocusing();
router.toWork();
};
if ((!player.isWorking && player.currentWork === null) || player.focus) return <></>;
if (player.currentWork === null || player.focus) return <></>;
let details = <></>;
let header = <></>;