Update capacity label to QRs

This commit is contained in:
ramram1515
2026-07-08 11:23:45 +08:00
parent f5bfdbf648
commit d21721cd76

View File

@@ -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()),
],
),