mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix(@desktop/chat): nickname disapear when closing the modal
fixes #2674
This commit is contained in:
parent
66a0611d91
commit
769ac7ee86
@ -34,9 +34,11 @@ StatusPopupMenu {
|
||||
if (chatItem.chatType === Constants.chatTypeOneToOne) {
|
||||
const userProfileImage = appMain.getProfileImage(chatItem.id)
|
||||
return openProfilePopup(
|
||||
chatItem.name,
|
||||
chatItem.id,
|
||||
userProfileImage || chatItem.identicon
|
||||
chatItem.name,
|
||||
chatItem.id,
|
||||
userProfileImage || chatItem.identicon,
|
||||
"",
|
||||
chatItem.name
|
||||
)
|
||||
}
|
||||
if (chatItem.chatType === Constants.chatTypePrivateGroupChat) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user