Merge pull request #849 from dkrutskikh/develop

chore(repo): add missed trailing commas
This commit is contained in:
Salvatore Giordano
2022-01-10 12:09:51 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ class HomeScreen extends StatelessWidget {
[
StreamChatCore.of(context).currentUser!.id,
],
)
),
]),
emptyBuilder: (BuildContext context) => const Center(
child: Text('Looks like you are not in any channels'),
@@ -245,7 +245,7 @@ class _MessageViewState extends State<MessageView> {
),
],
),
)
),
],
);
}