chore(repo): add missed trailing commas
This commit is contained in:
@@ -88,7 +88,7 @@ class HomeScreen extends StatelessWidget {
|
|||||||
[
|
[
|
||||||
StreamChatCore.of(context).currentUser!.id,
|
StreamChatCore.of(context).currentUser!.id,
|
||||||
],
|
],
|
||||||
)
|
),
|
||||||
]),
|
]),
|
||||||
emptyBuilder: (BuildContext context) => const Center(
|
emptyBuilder: (BuildContext context) => const Center(
|
||||||
child: Text('Looks like you are not in any channels'),
|
child: Text('Looks like you are not in any channels'),
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ class _MessageViewState extends State<MessageView> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user