fix: invalid variable name in ProfilePopup

This commit is contained in:
RichΛrd 2021-09-07 10:30:33 -04:00 committed by GitHub
parent 3902ddf002
commit 4295c92deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ StatusModal {
contentItem.unblockContactConfirmationDialog.open();
return;
}
ontentComponent.blockContactConfirmationDialog.contactName = userName;
contentItem.blockContactConfirmationDialog.contactName = userName;
contentItem.blockContactConfirmationDialog.contactAddress = fromAuthor;
contentItem.blockContactConfirmationDialog.open();
}