mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 01:51:24 +00:00
fix(ProfileDialogView): hide contact request buttons when removed
This commit is contained in:
parent
b5e317db4d
commit
c956f3c4ef
@ -329,7 +329,7 @@ Pane {
|
||||
return txtPendingContactRequestComponent
|
||||
|
||||
// contact request, incoming, pending
|
||||
if (!d.isContact && d.isContactRequestReceived)
|
||||
if (!d.isContact && d.isContactRequestReceived && !d.contactDetails.removed)
|
||||
return btnAcceptContactRequestComponent
|
||||
|
||||
// contact request, incoming, rejected
|
||||
|
Loading…
x
Reference in New Issue
Block a user