mod methodes
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user