From 4295c92debd84d4b33f8f6fc4e1d7046142c904d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Tue, 7 Sep 2021 10:30:33 -0400 Subject: [PATCH] fix: invalid variable name in ProfilePopup --- ui/app/AppLayouts/Chat/components/ProfilePopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml index ca80bd13fe..6af3030e36 100644 --- a/ui/app/AppLayouts/Chat/components/ProfilePopup.qml +++ b/ui/app/AppLayouts/Chat/components/ProfilePopup.qml @@ -256,7 +256,7 @@ StatusModal { contentItem.unblockContactConfirmationDialog.open(); return; } - ontentComponent.blockContactConfirmationDialog.contactName = userName; + contentItem.blockContactConfirmationDialog.contactName = userName; contentItem.blockContactConfirmationDialog.contactAddress = fromAuthor; contentItem.blockContactConfirmationDialog.open(); }