added new response data from notifications api
This commit is contained in:
@@ -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,));
|
||||
|
||||
Reference in New Issue
Block a user