mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Update src/ui/WorkInProgressRoot.tsx
This commit is contained in:
parent
e5acd10c86
commit
a3555d101e
@ -40,7 +40,7 @@ export function WorkInProgressRoot(): React.ReactElement {
|
||||
if (!faction) {
|
||||
return <>
|
||||
<Typography variant="h4" color="primary">
|
||||
Sorry, You have not joined the faction {faction} yet!
|
||||
You have not joined {faction} yet!
|
||||
</Typography>
|
||||
<Button onClick={() => router.toFactions()}>Back to Factions</Button>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user