Skip to content

Commit 09894c2

Browse files
committed
Enable trending packages on landing page
1 parent 41617ac commit 09894c2

File tree

1 file changed

+1
-2
lines changed
  • app/lib/frontend/templates/views/landing

1 file changed

+1
-2
lines changed

app/lib/frontend/templates/views/landing/page.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ d.Node landingPageNode({
3636
viewAllEvent: 'landing-flutter-favorites-view-all',
3737
viewAllTitle: 'Search Flutter Favorites packages',
3838
),
39-
if (requestContext.experimentalFlags.showTrending &&
40-
_isNotEmptyList(trendingPackages))
39+
if (_isNotEmptyList(trendingPackages))
4140
_block(
4241
shortId: 'mp',
4342
image: d.Image.decorative(

0 commit comments

Comments
 (0)