diff --git a/lib/views/after_auth_screens/profile/profile_page.dart b/lib/views/after_auth_screens/profile/profile_page.dart index cee94e28d..440ba84e1 100644 --- a/lib/views/after_auth_screens/profile/profile_page.dart +++ b/lib/views/after_auth_screens/profile/profile_page.dart @@ -241,8 +241,7 @@ class ProfilePage extends StatelessWidget { const Tab(text: 'Events'), const Tab(text: 'Tasks'), ], - views: [ - IndividualPostView(post: samplePost), + views: [IndividualPostView(post: samplePost), Container( color: Theme.of(context).colorScheme.background, ),