counting # of shifs in the day

This commit is contained in:
José Salazar
2026-01-29 22:00:01 -05:00
parent fe48fe2a66
commit 3bed200625

View File

@@ -113,7 +113,7 @@ class CoveragePage extends StatelessWidget {
const SizedBox(height: UiConstants.space5),
],
Text(
'Shifts',
'Shifts (${state.shifts.length})',
style: UiTypography.title2b.copyWith(
color: UiColors.textPrimary,
),