mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Update AugmentationsPage.tsx
This commit is contained in:
parent
d0938bba06
commit
954710bf54
@ -174,7 +174,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
|
|||||||
<b>Reputation:</b> <Reputation reputation={props.faction.playerReputation} />
|
<b>Reputation:</b> <Reputation reputation={props.faction.playerReputation} />
|
||||||
</Typography>
|
</Typography>
|
||||||
<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>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ display: "grid", gridTemplateColumns: "repeat(4, 1fr)" }}>
|
<Box sx={{ display: "grid", gridTemplateColumns: "repeat(4, 1fr)" }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user