fix: remove useless comments
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user