mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
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…
x
Reference in New Issue
Block a user