get liked list approvals
This commit is contained in:
@@ -81,7 +81,7 @@ class TabletHomePage extends StatelessWidget {
|
||||
homeViewModel.tenderApprovalsStateResponse!,
|
||||
),
|
||||
SizedBox(height: 8.0.h()),
|
||||
_secondTenderCardsRow(homeViewModel,context),
|
||||
_secondTenderCardsRow(homeViewModel, context),
|
||||
SizedBox(height: 32.0.h()),
|
||||
_yourTenderText(homeViewModel),
|
||||
SizedBox(height: 8.0.h()),
|
||||
@@ -185,7 +185,7 @@ class TabletHomePage extends StatelessWidget {
|
||||
backgroundColor: AppColors.orange10,
|
||||
iconPath: AssetsManager.shield,
|
||||
title: HomeStrings.tenderValue,
|
||||
amount: '3',
|
||||
amount: '0',
|
||||
textColor: AppColors.orange,
|
||||
enableTap: true,
|
||||
width: double.infinity,
|
||||
|
||||
Reference in New Issue
Block a user