Fix bracket mismatch in notifications_screen.dart
This commit is contained in:
parent
72264c3044
commit
9d7aa46a0d
|
|
@ -529,8 +529,7 @@ class _NotificationsScreenState extends ConsumerState<NotificationsScreen> {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
)),
|
||||||
)),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue