cleared console problems
This commit is contained in:
@@ -145,7 +145,7 @@ class TenderCard extends StatelessWidget {
|
||||
),
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
Spacer(),
|
||||
const Spacer(),
|
||||
// Bottom section with location and action button
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
@@ -171,14 +171,14 @@ class TenderCard extends StatelessWidget {
|
||||
SizedBox(width: 8.0.w()),
|
||||
tender.countryCode != null
|
||||
? Flag(countryCode: tender.countryCode!)
|
||||
: Flag(countryCode: ''),
|
||||
: const Flag(countryCode: ''),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
// Self Control button
|
||||
status == TenderApprovalStatus.rejected.value
|
||||
? SizedBox.shrink()
|
||||
? const SizedBox.shrink()
|
||||
: Container(
|
||||
padding: EdgeInsets.symmetric(
|
||||
horizontal: 16.0.w(),
|
||||
|
||||
Reference in New Issue
Block a user