fix errors
This commit is contained in:
@@ -106,6 +106,7 @@ class _PackageListState extends State<PackageList> {
|
||||
return PackageListRow(
|
||||
key: ValueKey(packages[index].id),
|
||||
package: packages[index],
|
||||
isCustomer: widget.forCustomer,
|
||||
);
|
||||
}),
|
||||
onRefresh: () =>
|
||||
|
||||
Reference in New Issue
Block a user