After a refresh on the transaction page, the currency displayed reverts to an incorrect value. The correct currency is shown before the refresh, the issue only appears after the page reloads.
Steps to reproduce
- Navigate to the transaction page
- Verify the correct currency is displayed
- Refresh the page (
F5)
- Observe the currency displayed in the transaction list
Expected: user's configured currency (e.g. €)
Actual: wrong currency shown after refresh (e.g. $)
Suspected cause: Currency preference may not be persisted in the store on initial load; possibly fetched asynchronously and displayed before user settings are resolved.
After a refresh on the transaction page, the currency displayed reverts to an incorrect value. The correct currency is shown before the refresh, the issue only appears after the page reloads.
Steps to reproduce
F5)Expected: user's configured currency (e.g. €)
Actual: wrong currency shown after refresh (e.g. $)
Suspected cause: Currency preference may not be persisted in the store on initial load; possibly fetched asynchronously and displayed before user settings are resolved.