1
0
Fork 0

Fix linting issue

main
Jonas Franz 2 years ago
parent 17479c0748
commit 70146f9d10
  1. 2
      lib/screens/product_list/product_list_screen.dart

@ -24,7 +24,7 @@ class ProductListScreen extends StatelessWidget {
actions: [UserSwitch(isOn: true, onChanged: (_) {})], actions: [UserSwitch(isOn: true, onChanged: (_) {})],
), ),
body: const CartButtonOverlay( body: const CartButtonOverlay(
child: ProductList(products: _productPlaceholder), child: ProductList(products: products),
), ),
); );
} }

Loading…
Cancel
Save