From c9d3c7d63a3218e3e113435213b7f9e63feb68a1 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 21 Oct 2022 10:05:50 +0200 Subject: [PATCH] [Glitch] Fix too many featured tags causing navigation panel scroll in web UI Port 23d367f544485eaeed888c707012a8282bbb5806 to glitch-soc Signed-off-by: Claire --- .../glitch/features/account/components/featured_tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/account/components/featured_tags.js b/app/javascript/flavours/glitch/features/account/components/featured_tags.js index 7466180c94c..d646b08b295 100644 --- a/app/javascript/flavours/glitch/features/account/components/featured_tags.js +++ b/app/javascript/flavours/glitch/features/account/components/featured_tags.js @@ -35,7 +35,7 @@ class FeaturedTags extends ImmutablePureComponent {

}} />

- {featuredTags.map(featuredTag => ( + {featuredTags.take(3).map(featuredTag => (