Skip to content

Commit

Permalink
Fixed a bug where the income would be incorrectly calculated when sho…
Browse files Browse the repository at this point in the history
…wn in exalts
  • Loading branch information
viktorgullmark committed Nov 4, 2021
1 parent 47859ab commit 5ca8dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ All notable changes to this project will be documented in this file.
## [1.1.6] - 2021-11-04
#### Fixed
- Fixed a bug where maps in Scourge leagues werent priced
- Fixed a bug where the income would be incorrectly calculated
- Also now displays income in chaos only, until we rework how income is handled
- Fixed a bug where the income would be incorrectly calculated when shown in exalts

## [1.1.5] - 2021-10-25
#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion ExilenceNextApp/src/routes/net-worth/NetWorth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const NetWorth = () => {
title="label.total_income"
valueColor={rarityColors.currency}
icon={<TrendingUpIcon fontSize="medium" />}
currencyShort={'c'}
currencyShort={settingStore.activeCurrency.short}
currency
secondaryValue={`${t('label.income_based_on')}`}
secondaryValueStyles={{
Expand Down

0 comments on commit 5ca8dde

Please sign in to comment.