From 9d7aa46a0dd140ff86f391d8bf5a3047542d2671 Mon Sep 17 00:00:00 2001 From: Patrick Britton Date: Fri, 6 Feb 2026 16:15:03 -0600 Subject: [PATCH] Fix bracket mismatch in notifications_screen.dart --- sojorn_app/lib/screens/notifications/notifications_screen.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sojorn_app/lib/screens/notifications/notifications_screen.dart b/sojorn_app/lib/screens/notifications/notifications_screen.dart index a903ec5..a1d86aa 100644 --- a/sojorn_app/lib/screens/notifications/notifications_screen.dart +++ b/sojorn_app/lib/screens/notifications/notifications_screen.dart @@ -529,8 +529,7 @@ class _NotificationsScreenState extends ConsumerState { } }, ), - ), - )), + )), ], ), ),