Skip to content

Commit

Permalink
Fix analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Jul 4, 2023
1 parent a6ab065 commit 1f62e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/lib/ui/dashboard/dashboard_body.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class DashboardBody extends StatelessWidget {
],
child: ListView.separated(
padding: const EdgeInsets.symmetric(
horizontal: Spacing.pageHorizontalPadding),
horizontal: Spacing.pageHorizontalPadding,
),
scrollDirection: Axis.horizontal,
itemBuilder: (_, i) => _StageColumn(stage: stages[i]),
separatorBuilder: (_, __) => const SizedBox(width: Spacing.level5),
Expand Down

0 comments on commit 1f62e6e

Please sign in to comment.