Skip to content

Commit

Permalink
Limit streamer preview widget to 5 items
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 27, 2024
1 parent 9ca2d77 commit 47123c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/watch/watch_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class _StreamerWidget extends ConsumerWidget {

const _StreamerWidget(this.streamers);

static const int numberOfItems = 10;
static const int numberOfItems = 5;

@override
Widget build(BuildContext context, WidgetRef ref) {
Expand Down

0 comments on commit 47123c2

Please sign in to comment.