Skip to content

Commit

Permalink
feat: My account, account page, reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalheartxs committed Sep 24, 2024
1 parent 0e10899 commit 4928a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst_voices/lib/pages/account/account_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class _Header extends StatelessWidget {
class _Tab extends StatelessWidget {
@override
Widget build(BuildContext context) {
return DefaultTabController(
return DefaultTabController(
length: 1,
child: TabBar(
padding: const EdgeInsets.symmetric(horizontal: 20),
Expand Down

0 comments on commit 4928a96

Please sign in to comment.