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