Update AugmentationsPage.tsx

This commit is contained in:
Aerophia 2022-07-25 18:53:34 -05:00 committed by GitHub
parent d0938bba06
commit 954710bf54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
<b>Reputation:</b> <Reputation reputation={props.faction.playerReputation} />
</Typography>
<Typography>
<b>Favor:</b> <Favor favor={numeralWrapper.formatFavor(Math.floor(props.faction.favor))} />
<b>Favor:</b> <Favor favor={Math.floor(props.faction.favor)} />
</Typography>
</Box>
<Box sx={{ display: "grid", gridTemplateColumns: "repeat(4, 1fr)" }}>