Add files via upload

This commit is contained in:
Aerophia 2022-07-25 18:40:00 -05:00 committed by GitHub
parent 9d034253fc
commit 5cc54a8a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

@ -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={Math.floor(props.faction.favor)} />
<b>Favor:</b> <Favor favor={numeralWrapper.formatFavor(Math.floor(props.faction.favor))} />
</Typography>
</Box>
<Box sx={{ display: "grid", gridTemplateColumns: "repeat(4, 1fr)" }}>
@ -183,7 +183,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
Sort by Reputation
</Button>
<Button onClick={() => switchSortOrder(PurchaseAugmentationsOrderSetting.Default)}>
Sort by Default Order
Sort by Default Order Sort by Default Order
</Button>
<Button onClick={() => switchSortOrder(PurchaseAugmentationsOrderSetting.Purchasable)}>
Sort by Purchasable

@ -171,7 +171,7 @@ const FactionElement = (props: IFactionProps): React.ReactElement => {
{props.joined && (
<Box display="grid" sx={{ alignItems: "center", justifyItems: "left", gridAutoFlow: "row" }}>
<Typography sx={{ color: Settings.theme.rep }}>
{numeralWrapper.formatFavor(props.faction.favor)} favor
{numeralWrapper.formatFavor(Math.floor(props.faction.favor))} favor
</Typography>
<Typography sx={{ color: Settings.theme.rep }}>
{numeralWrapper.formatReputation(props.faction.playerReputation)} rep