mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
reroute to terminal instead
This commit is contained in:
parent
6ad2f156d7
commit
2bebb4e228
@ -224,7 +224,7 @@ export function WorkInProgressRoot(): React.ReactElement {
|
|||||||
You cannot work for {player.companyName || "(Company not found)"} at this time, please try again if you
|
You cannot work for {player.companyName || "(Company not found)"} at this time, please try again if you
|
||||||
think this should have worked
|
think this should have worked
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button onClick={() => router.toFactions()}>Back to Factions</Button>
|
<Button onClick={() => router.toTerminal()}>Back to Terminal</Button>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user