Update capacity label to QRs
This commit is contained in:
@@ -155,7 +155,7 @@ class ScannerCrewTab extends ConsumerWidget {
|
||||
children: [
|
||||
_InfoRow(label: 'Plate Number', value: truck.plateNumber),
|
||||
_InfoRow(label: 'Model', value: truck.model ?? 'N/A'),
|
||||
_InfoRow(label: 'Capacity', value: '${truck.capacityKg} kg'),
|
||||
_InfoRow(label: 'Capacity', value: '${truck.capacityKg} QRs'),
|
||||
_InfoRow(label: 'Status', value: truck.status.toUpperCase()),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user