Geofence test screen

This commit is contained in:
2026-02-19 06:49:21 +08:00
parent f9f3509188
commit 5488238051
9 changed files with 852 additions and 4 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ class _StaffTableBody extends ConsumerWidget {
(av) => av.when<List<StaffRowMetrics>>(
data: (m) => m.staffRows,
loading: () => const <StaffRowMetrics>[],
error: (_, __) => const <StaffRowMetrics>[],
error: (error, _) => const <StaffRowMetrics>[],
),
),
);