fix(ManageTokensView): Renamed tokens panel to assets panel
Rename.
This commit is contained in:
parent
48f8fb3e55
commit
32feaff6d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue