Fix typo on Augmentations page

This commit is contained in:
Jared Jolton
2021-12-20 22:28:55 -07:00
committed by GitHub
parent 009bae5870
commit bd375851a4

View File

@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
<> <>
<br /> <br />
<Typography variant="h4">Purchased Augmentations</Typography> <Typography variant="h4">Purchased Augmentations</Typography>
<Typography>This factions also offers these augmentations but you already own them.</Typography> <Typography>This faction also offers these augmentations but you already own them.</Typography>
{owned.map((aug) => purchaseableAugmentation(aug, true))} {owned.map((aug) => purchaseableAugmentation(aug, true))}
</> </>
); );