fix(ManageTokensView): Renamed tokens panel to assets panel

Rename.
This commit is contained in:
Noelia 2024-02-13 17:08:38 +01:00 committed by Noelia
parent 48f8fb3e55
commit 32feaff6d7
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ Item {
sourceComponent: {
switch (tabBar.currentIndex) {
case d.assetsTabIndex:
return tokensPanel
return assetsPanel
case d.collectiblesTabIndex:
return collectiblesPanel
case d.hiddenTabIndex:
@ -110,7 +110,7 @@ Item {
}
Component {
id: tokensPanel
id: assetsPanel
ManageAssetsPanel {
getCurrencyAmount: function (balance, symbol) {
return root.getCurrencyAmount(balance, symbol)