chore: add object name for TokenBalancePerChainDelegate

This commit is contained in:
Anastasiya Semenkevich 2024-04-05 15:56:15 +03:00 committed by Anastasiya
parent a83f1114e2
commit a8a943bec9
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import utils 1.0
StatusListItem {
id: root
objectName: "tokenBalancePerChainDelegate"
signal tokenSelected(var selectedToken)
signal tokenHovered(var selectedToken, bool hovered)
property var formatCurrentCurrencyAmount: function(balance){}