mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 06:24:07 +00:00
add missing key
This commit is contained in:
parent
dbe48b5802
commit
c2607a99e3
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class _ArchivedChatsViewState extends State<ArchivedChatsView> {
|
|||
body: ListView(
|
||||
children: _groupsArchived.map((group) {
|
||||
return GroupListItemComp(
|
||||
key: ValueKey(group.groupId),
|
||||
group: group,
|
||||
);
|
||||
}).toList(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue