-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid empty currency selector initially (#1088)
* fix: default currency to usd for new hubs * chore: default currency to uppercase * chore: remove uppercase * feat: add currency to error logs at function level for getBitcoinRate * chore: use info.currency instead of state variable * chore: filter out satoshi from fiat currencies * feat: hide fiat currency if currency is SATS --------- Co-authored-by: im-adithya <imadithyavardhan@gmail.com> Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
- Loading branch information
1 parent
27d94ae
commit 11908ce
Showing
5 changed files
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters