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