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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user