diff --git a/apps/mobile/packages/features/staff/home/lib/src/presentation/widgets/home_page/tomorrows_shifts_section.dart b/apps/mobile/packages/features/staff/home/lib/src/presentation/widgets/home_page/tomorrows_shifts_section.dart index b372856d..66cf393f 100644 --- a/apps/mobile/packages/features/staff/home/lib/src/presentation/widgets/home_page/tomorrows_shifts_section.dart +++ b/apps/mobile/packages/features/staff/home/lib/src/presentation/widgets/home_page/tomorrows_shifts_section.dart @@ -23,6 +23,7 @@ class TomorrowsShiftsSection extends StatelessWidget { return BlocBuilder( builder: (context, state) { final shifts = state.tomorrowShifts; + return SectionLayout( title: sectionsI18n.tomorrow, child: shifts.isEmpty