Skip to content

Commit

Permalink
fix(chat): Show symbol in amount modal
Browse files Browse the repository at this point in the history
Fixes #16927
  • Loading branch information
Cuteivist authored and alaibe committed Dec 12, 2024
1 parent 6aa37b8 commit 934d957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/AppLayouts/Chat/popups/PaymentRequestModal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ StatusDialog {
amount, root.selectedTokenKey)

dividerVisible: true
selectedSymbol: d.isSelectedHoldingValidAsset ? d.selectedHolding.item.symbol : ""

AssetSelector {
id: holdingSelector
Expand Down

0 comments on commit 934d957

Please sign in to comment.