add delivery
This commit is contained in:
@@ -128,7 +128,7 @@ class _ShipmentListState extends State<ShipmentList> {
|
||||
itemBuilder: (BuildContext context, int index) {
|
||||
return ShipmentListRow(
|
||||
key: ValueKey(shipmentModel.shipments[index].id),
|
||||
pickUp: shipmentModel.shipments[index],
|
||||
shipment: shipmentModel.shipments[index],
|
||||
isCustomer: widget.forCustomer,
|
||||
);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user