diff --git a/lib/pages/community.dart b/lib/pages/community.dart index 55af78f..d9a5df6 100644 --- a/lib/pages/community.dart +++ b/lib/pages/community.dart @@ -144,13 +144,11 @@ class CommunityPage extends HookWidget { body: TabBarView( children: [ ListView( - padding: EdgeInsets.all(0), children: [ Center(child: Text('posts go here')), ], ), ListView( - padding: EdgeInsets.all(0), children: [ Center(child: Text('comments go here')), ],