Make TODO on notifications page more useful

This commit is contained in:
Henry Hiles 2026-09-11 22:42:43 -04:00
commit ea687471bc
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -88,7 +88,7 @@ class const NotificationsPage({
child: HighlightWrapper( child: HighlightWrapper(
InkWell( InkWell(
onTap: () { onTap: () {
//TODO // TODO: Jump to event
}, },
child: EventRenderer(event), child: EventRenderer(event),
), ),