From ea687471bc6247f243d11e6b0a95a28a9ee1eb3c Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 11 Sep 2026 22:42:43 -0400 Subject: [PATCH] Make TODO on notifications page more useful --- lib/pages/notifications.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/notifications.dart b/lib/pages/notifications.dart index a59c120..380e6af 100644 --- a/lib/pages/notifications.dart +++ b/lib/pages/notifications.dart @@ -88,7 +88,7 @@ class const NotificationsPage({ child: HighlightWrapper( InkWell( onTap: () { - //TODO + // TODO: Jump to event }, child: EventRenderer(event), ),