diff --git a/lib/components/chat_panel.dart b/lib/components/chat_panel.dart index c600b298f..f41590b99 100644 --- a/lib/components/chat_panel.dart +++ b/lib/components/chat_panel.dart @@ -310,7 +310,7 @@ class _ChatPanelWidgetState extends State curve: Curves.easeInOut); }, ), - ConnectionStatusWidget(), + const ConnectionStatusWidget(), ], ); }