Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Sep 13, 2024
1 parent f5eaed7 commit 3326e08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/view/home/home_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ class _HomeBody extends ConsumerWidget {
widget: EnabledWidget.perfCards,
isEditing: isEditing,
shouldShow: session != null,
child: const AccountPerfCards(padding: Styles.bodySectionPadding),
child: const AccountPerfCards(
padding: Styles.bodySectionPadding,
),
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
Expand Down

0 comments on commit 3326e08

Please sign in to comment.