mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 04:50:28 +00:00
fix: fix undefined string warning in group info popup
This commit is contained in:
parent
f359f7c45d
commit
f6199ac179
@ -278,6 +278,7 @@ ModalPopup {
|
|||||||
return contactList.rowData(i, 'localNickname')
|
return contactList.rowData(i, 'localNickname')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user