mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +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();
|
contentItem.unblockContactConfirmationDialog.open();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ontentComponent.blockContactConfirmationDialog.contactName = userName;
|
contentItem.blockContactConfirmationDialog.contactName = userName;
|
||||||
contentItem.blockContactConfirmationDialog.contactAddress = fromAuthor;
|
contentItem.blockContactConfirmationDialog.contactAddress = fromAuthor;
|
||||||
contentItem.blockContactConfirmationDialog.open();
|
contentItem.blockContactConfirmationDialog.open();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user