added new response data from notifications api

This commit is contained in:
llsajjad
2025-09-27 13:02:12 +03:30
parent 7e58a694ff
commit fa974bc4a2
16 changed files with 1226 additions and 869 deletions
@@ -19,7 +19,7 @@ class NotificationUnreadTab extends StatelessWidget {
}
final notifications =
viewModel.unreadNotificationResponse?.data?.notifications ?? [];
viewModel.unreadNotificationResponse?.data ?? [];
if (notifications.isEmpty) {
return const Center(child: Text(NotificationStrings.noUnreadNotifications,));