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