fix: fix undefined string warning in group info popup

This commit is contained in:
Jonathan Rainville 2020-09-17 16:18:50 -04:00 committed by Iuri Matias
parent f359f7c45d
commit f6199ac179
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ ModalPopup {
return contactList.rowData(i, 'localNickname')
}
}
return ""
}
Column {