Update src/ui/WorkInProgressRoot.tsx

This commit is contained in:
Jack 2022-03-09 22:50:41 +08:00 committed by GitHub
parent e5acd10c86
commit a3555d101e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>
</>