feat: add mock images
This commit is contained in:
@@ -131,9 +131,9 @@ class _BarScreenViewState extends State<BarScreenView> {
|
||||
} catch (e, stack) {
|
||||
Sentry.captureException(e, stackTrace: stack);
|
||||
if (!context.mounted) return;
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(content: Text('$e')),
|
||||
);
|
||||
ScaffoldMessenger.of(
|
||||
context,
|
||||
).showSnackBar(SnackBar(content: Text('$e')));
|
||||
}
|
||||
},
|
||||
),
|
||||
@@ -163,7 +163,6 @@ class _BarScreenViewState extends State<BarScreenView> {
|
||||
// ---------------------------------------------------------------------------
|
||||
// Product grid
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class _ProductGrid extends StatelessWidget {
|
||||
final List<Product> products;
|
||||
final bool hasSelectedTab;
|
||||
|
||||
Reference in New Issue
Block a user