diff --git a/lib/pages/DrawerPages/notifications/notification_details_page.dart b/lib/pages/DrawerPages/notifications/notification_details_page.dart index 1277cbcb..8b670190 100644 --- a/lib/pages/DrawerPages/notifications/notification_details_page.dart +++ b/lib/pages/DrawerPages/notifications/notification_details_page.dart @@ -83,7 +83,7 @@ class _NotificationsDetailsPageState extends State { ), SizedBox(height: 18), Text( - widget.notification!.message!.trim(), + widget.notification.message ?? "", style: TextStyle( fontSize: 12, fontWeight: FontWeight.w600,