show eu flag if it is empty
This commit is contained in:
@@ -48,8 +48,9 @@ class TenderLocationSection extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
SizedBox(width: 4.0.w()),
|
||||
if (detail.countryCode != null)
|
||||
Flag(countryCode: detail.countryCode!),
|
||||
detail.countryCode != null
|
||||
? Flag(countryCode: detail.countryCode!)
|
||||
: const Flag(countryCode: ''),
|
||||
],
|
||||
),
|
||||
SizedBox(height: 8.0.h()),
|
||||
|
||||
Reference in New Issue
Block a user