From 2d20254ce326ff0e557ccb552d0f94950a5a0e18 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Tue, 3 Mar 2026 21:37:11 -0500 Subject: [PATCH] fix: Remove unnecessary whitespace in TomorrowsShiftsSection widget --- .../presentation/widgets/home_page/tomorrows_shifts_section.dart | 1 + 1 file changed, 1 insertion(+) 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