mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 08:54:08 +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(
|
body: ListView(
|
||||||
children: _groupsArchived.map((group) {
|
children: _groupsArchived.map((group) {
|
||||||
return GroupListItemComp(
|
return GroupListItemComp(
|
||||||
|
key: ValueKey(group.groupId),
|
||||||
group: group,
|
group: group,
|
||||||
);
|
);
|
||||||
}).toList(),
|
}).toList(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue