fix(chat): Show symbol in amount modal

Fixes #16927
This commit is contained in:
Emil Sawicki 2024-12-11 10:26:44 +01:00 committed by Anthony Laibe
parent 6aa37b8b69
commit 934d957c7b

View File

@ -132,6 +132,7 @@ StatusDialog {
amount, root.selectedTokenKey)
dividerVisible: true
selectedSymbol: d.isSelectedHoldingValidAsset ? d.selectedHolding.item.symbol : ""
AssetSelector {
id: holdingSelector