Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamTiwari55 committed Dec 9, 2023
1 parent b49ad3c commit 1ad1621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/views/after_auth_screens/profile/profile_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down

0 comments on commit 1ad1621

Please sign in to comment.