added new response model for tenders
This commit is contained in:
@@ -169,7 +169,7 @@ class DesktopHomePage extends StatelessWidget {
|
||||
}
|
||||
|
||||
Widget _yourTenderText(HomeViewModel homeViewModel) {
|
||||
final isYourTenders = homeViewModel.data?.data?.isNotEmpty ?? false;
|
||||
final isYourTenders = homeViewModel.data?.data?.tenders!.isNotEmpty ?? false;
|
||||
return ConstrainedBox(
|
||||
constraints: BoxConstraints(maxWidth: 740),
|
||||
child: Align(
|
||||
|
||||
Reference in New Issue
Block a user