add package return
This commit is contained in:
@@ -140,7 +140,7 @@ class _ProcessingInfoState extends State<ProcessingInfo> {
|
||||
_package.photoUrls.length == 0 ? Container() : img,
|
||||
StatusTree(
|
||||
shipmentHistory: _package.shipmentHistory,
|
||||
currentStatus: _package.currentStatus),
|
||||
currentStatus: _package.status),
|
||||
SizedBox(
|
||||
height: 20,
|
||||
)
|
||||
|
||||
@@ -81,7 +81,7 @@ class ProcessingListRow extends StatelessWidget {
|
||||
children: <Widget>[
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(3.0),
|
||||
child: getStatus(package.currentStatus),
|
||||
child: getStatus(package.status),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(0),
|
||||
|
||||
Reference in New Issue
Block a user