vultisig / vultisig-web

Simple Vultisig Web Implementation
https://vultisig-web-liard.vercel.app
0 stars 1 forks source link

[BUG] Balance Not Updating Automatically When Switching Currencies #16

Closed Ehsan-saradar closed 1 month ago

Ehsan-saradar commented 1 month ago

Describe the bug When a user changes the displayed currency (e.g., from USD to EURO), the balance does not update automatically to reflect the selected currency. The balance only refreshes after the user manually refreshes the balances.

To Reproduce Steps to reproduce the behavior: 1- Go to the 'chain'screen of the webapp. 2- Change the displayed currency from USD to EURO. 3- Wait for the balance to update automatically. 4- The balance remains in USD until the user manually refreshes it.

Expected behavior The balance should automatically update to reflect the selected currency (e.g., from USD to EURO) without requiring the user to manually refresh.