mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Update src/Faction/ui/FactionRoot.tsx
Co-authored-by: ApamNapat <ApamNapat@users.noreply.github.com>
This commit is contained in:
parent
de0b0f9fa9
commit
2f40906d4b
@ -191,7 +191,7 @@ export function FactionRoot(props: IProps): React.ReactElement {
|
||||
if (player && !player.factions.includes(faction.name)) {
|
||||
return <>
|
||||
<Typography variant="h4" color="primary">
|
||||
Sorry, You have not joined the faction {faction.name} yet!
|
||||
You have not joined {faction.name} yet!
|
||||
</Typography>
|
||||
<Button onClick={() => router.toFactions()}>Back to Factions</Button>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user