|
@@ -478,8 +478,7 @@ class PositionListState
|
|
Container(
|
|
Container(
|
|
width: width*0.5,
|
|
width: width*0.5,
|
|
child: Text(
|
|
child: Text(
|
|
- provider.list[index].company
|
|
|
|
- .name ??
|
|
|
|
|
|
+ provider.list[index].company?.name ??
|
|
'',
|
|
'',
|
|
textAlign: TextAlign.left,
|
|
textAlign: TextAlign.left,
|
|
overflow: TextOverflow.ellipsis,
|
|
overflow: TextOverflow.ellipsis,
|