Add return value and code style cleanup

This commit is contained in:
theit8514
2021-12-15 20:48:19 -05:00
parent cd4c98d942
commit d59601f848
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
setGangOpen(true);
}
function startWork() {
function startWork(): void {
player.startFocusing();
router.toWork();
}