mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-29 19:13:49 +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) {
|
if (!faction) {
|
||||||
return <>
|
return <>
|
||||||
<Typography variant="h4" color="primary">
|
<Typography variant="h4" color="primary">
|
||||||
Sorry, You have not joined the faction {faction} yet!
|
You have not joined {faction} yet!
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button onClick={() => router.toFactions()}>Back to Factions</Button>
|
<Button onClick={() => router.toFactions()}>Back to Factions</Button>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user