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;