Skip to content

Commit

Permalink
Add NotificationWidget to project details screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin committed Jul 17, 2024
1 parent dd180a1 commit 7679771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/screens/project_details_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class _ProjectDetailsScreenState extends State<ProjectDetailsScreen> {
),
],
),
NotificationWidget(
onSeeMorePressed: widget.onStepperNotificationSeeMorePressed,
),
Expanded(
child: _getStreamBuilder(),
),
Expand Down

0 comments on commit 7679771

Please sign in to comment.