fix: Remove unnecessary whitespace in TomorrowsShiftsSection widget

This commit is contained in:
Achintha Isuru
2026-03-03 21:37:11 -05:00
parent 630b90ee38
commit 2d20254ce3

View File

@@ -23,6 +23,7 @@ class TomorrowsShiftsSection extends StatelessWidget {
return BlocBuilder<HomeCubit, HomeState>(
builder: (context, state) {
final shifts = state.tomorrowShifts;
return SectionLayout(
title: sectionsI18n.tomorrow,
child: shifts.isEmpty