fix: remove useless comments

This commit is contained in:
2026-09-16 22:07:47 +02:00
parent 66a4edacb7
commit f6d7c21691
5 changed files with 5 additions and 93 deletions
-2
View File
@@ -87,14 +87,12 @@ class ProductTile extends StatelessWidget {
),
),
// Stock badge
Positioned(
top: 10,
right: 10,
child: _StockBadge(product: product),
),
// Out of stock overlay
if (outOfStock)
Center(
child: Container(