fix(@desktop/startUpPage): Fix for footer shown when clicking - share your chat key

fixes #3462
This commit is contained in:
Khushboo Mehta 2021-11-20 18:32:17 +01:00 committed by Jonathan Rainville
parent 977293c1ce
commit 5c57a401a0
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Item {
if(parentPopup){
popup.parentPopup = parentPopup;
}
popup.openPopup(profileModule.pubKey !== fromAuthorParam, userNameParam, fromAuthorParam, identiconParam, textParam, nicknameParam);
popup.openPopup(profileModule.model.pubKey !== fromAuthorParam, userNameParam, fromAuthorParam, identiconParam, textParam, nicknameParam);
profilePopupOpened = true
}