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…
Reference in New Issue