add paginator in boxes and deliveries
This commit is contained in:
@@ -75,7 +75,7 @@ class _BoxListRowState extends State<BoxListRow> {
|
||||
children: <Widget>[
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(0),
|
||||
child: getStatus(_box.status),
|
||||
child: getStatus(_box.status == null ? "" : _box.status),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(left: 8.0, top: 5, bottom: 5),
|
||||
|
||||
Reference in New Issue
Block a user