Clean up
This commit is contained in:
parent
2b312ff74d
commit
d0350963cb
3 changed files with 7 additions and 2 deletions
|
|
@ -214,7 +214,7 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
: Container(),
|
||||
],
|
||||
)
|
||||
: i < members.length + 1 && false
|
||||
: i < members.length + 1
|
||||
? ParticipantListItem(members[i - 1])
|
||||
: ListTile(
|
||||
title: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue