Skip to content

Commit

Permalink
chore: fix analyzer error (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 authored Jul 15, 2022
1 parent d96bf23 commit 6d4392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/chat_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class _ChatPanelWidgetState extends State<ChatPanelWidget>
curve: Curves.easeInOut);
},
),
ConnectionStatusWidget(),
const ConnectionStatusWidget(),
],
);
}
Expand Down

0 comments on commit 6d4392f

Please sign in to comment.