mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix: invalid variable name in ProfilePopup
This commit is contained in:
parent
3902ddf002
commit
4295c92deb
@ -256,7 +256,7 @@ StatusModal {
|
||||
contentItem.unblockContactConfirmationDialog.open();
|
||||
return;
|
||||
}
|
||||
ontentComponent.blockContactConfirmationDialog.contactName = userName;
|
||||
contentItem.blockContactConfirmationDialog.contactName = userName;
|
||||
contentItem.blockContactConfirmationDialog.contactAddress = fromAuthor;
|
||||
contentItem.blockContactConfirmationDialog.open();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user