Geofence test screen
This commit is contained in:
@@ -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>[],
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user