Correct blank user page
This commit is contained in:
parent
6cdaa64069
commit
fdcbb2add2
|
|
@ -84,7 +84,7 @@ class EntityHeader extends StatelessWidget {
|
|||
Row(
|
||||
children: [
|
||||
Expanded(child: _value1()),
|
||||
if (secondValue != null) ...[
|
||||
if ((secondValue ?? '').isNotEmpty) ...[
|
||||
SizedBox(width: 8),
|
||||
Expanded(child: _value2()),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue