mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 19:48:52 +00:00
fix(@desktop/wallet): When the send modal is launched from a saved address, the name of the saved address is not displayed in the Send modal
This commit is contained in:
parent
7f782cf9a4
commit
edbe51b13e
@ -168,7 +168,7 @@ Loader {
|
||||
readonly property var accountsSelectedEntry: ModelEntry {
|
||||
sourceModel: root.model
|
||||
key: "address"
|
||||
value: root.selectedRecipientAddress
|
||||
value: root.selectedRecipientAddress.toLowerCase()
|
||||
}
|
||||
readonly property var modelData: accountsSelectedEntry.available ? accountsSelectedEntry.item : null
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user