diff --git a/src/Faction/ui/FactionsRoot.tsx b/src/Faction/ui/FactionsRoot.tsx index 8a6619a1e..545f1faad 100644 --- a/src/Faction/ui/FactionsRoot.tsx +++ b/src/Faction/ui/FactionsRoot.tsx @@ -60,16 +60,18 @@ export function FactionsRoot(props: IProps): React.ReactElement { Factions you have joined: {(props.player.factions.length > 0 && ( - + {props.player.factions.map((faction: string) => ( - {faction} + + {faction} + - + @@ -86,7 +88,7 @@ export function FactionsRoot(props: IProps): React.ReactElement { Factions you have been invited to. You can accept these faction invitations at any time: {(props.player.factionInvitations.length > 0 && ( - +
{props.player.factionInvitations.map((faction: string) => (