Merge pull request #2087 from 2PacIsAlive/dev

Fix typo on Augmentations page
This commit is contained in:
hydroflame 2021-12-21 10:45:55 -05:00 committed by GitHub
commit 4183ed6f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))}
</> </>
); );