mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(messenger_contacts): Fix target name in confirm dialog for contact remove
This commit is contained in:
parent
d9e6fbe0d5
commit
7cb1746c84
@ -508,7 +508,7 @@ Pane {
|
||||
type: StatusAction.Type.Danger
|
||||
enabled: d.isContact && !d.isBlocked && d.contactRequestState !== Constants.ContactRequestState.Sent
|
||||
onTriggered: {
|
||||
Global.removeContactRequested(root.mainDisplayName, root.publicKey);
|
||||
Global.removeContactRequested(d.mainDisplayName, root.publicKey);
|
||||
moreMenu.close();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user