forked from Nexus/nexus
Make TODO on notifications page more useful
This commit is contained in:
parent
8c440447f2
commit
ea687471bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue