fix: Remove unnecessary whitespace in TomorrowsShiftsSection widget
This commit is contained in:
@@ -23,6 +23,7 @@ class TomorrowsShiftsSection extends StatelessWidget {
|
|||||||
return BlocBuilder<HomeCubit, HomeState>(
|
return BlocBuilder<HomeCubit, HomeState>(
|
||||||
builder: (context, state) {
|
builder: (context, state) {
|
||||||
final shifts = state.tomorrowShifts;
|
final shifts = state.tomorrowShifts;
|
||||||
|
|
||||||
return SectionLayout(
|
return SectionLayout(
|
||||||
title: sectionsI18n.tomorrow,
|
title: sectionsI18n.tomorrow,
|
||||||
child: shifts.isEmpty
|
child: shifts.isEmpty
|
||||||
|
|||||||
Reference in New Issue
Block a user