more messages work

This commit is contained in:
Christien Rioux 2024-02-11 14:17:10 -05:00
parent 634543910b
commit ff14969ffa
12 changed files with 226 additions and 192 deletions

View file

@ -21,5 +21,5 @@ class HomeNoActiveState extends State<HomeNoActive> {
}
@override
Widget build(BuildContext context) => waitingPage(context);
Widget build(BuildContext context) => waitingPage();
}