Skip to content

Commit

Permalink
Fixed unified feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlJo committed Mar 20, 2024
1 parent bec7e76 commit 9eb9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home/_feed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ class _FeedScreenState extends State<FeedScreen>
];
},
body: [
forYouTweets,
SubscriptionGroupScreenContent(
id: widget.id,
),
forYouTweets,
][_tab]);
});
}
Expand Down

0 comments on commit 9eb9966

Please sign in to comment.