From 54bc97cfce757d9520db1e63ce5975141b94aad3 Mon Sep 17 00:00:00 2001 From: Chan Nyein Tun Date: Fri, 2 Jan 2026 20:20:11 +0700 Subject: [PATCH] Hide empty padding box if no status in Wrapstodon highlighted post (#37289) Co-authored-by: Chan Nyein Tun <29679269+channyeintun@users.noreply.github.com> --- .../mastodon/features/annual_report/highlighted_post.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/annual_report/highlighted_post.tsx b/app/javascript/mastodon/features/annual_report/highlighted_post.tsx index d6ca3d3f49..6505429f29 100644 --- a/app/javascript/mastodon/features/annual_report/highlighted_post.tsx +++ b/app/javascript/mastodon/features/annual_report/highlighted_post.tsx @@ -52,7 +52,7 @@ export const HighlightedPost: React.FC<{ ); if (!status) { - return
; + return null; } let label;