mod methodes

This commit is contained in:
2026-01-16 15:00:14 +01:00
parent 3a2dcfd7fc
commit 49886655fd
3 changed files with 8 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ class FilamentCard extends StatelessWidget {
label: filament.price.toStringAsFixed(2),
color: Colors.orange,
),
if (filament.pices != null && filament.pices! > 0)
if (filament.pices > 0)
_buildDetailChip(
icon: Icons.inventory_2,
label: '${filament.pices} Stk.',