fix: Remove unnecessary whitespace in TomorrowsShiftsSection widget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user