[Glitch] Hide empty padding box if no status in Wrapstodon highlighted post

Port 54bc97cfce to glitch-soc

Co-authored-by: Chan Nyein Tun <29679269+channyeintun@users.noreply.github.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Chan Nyein Tun
2026-01-02 20:20:11 +07:00
committed by Claire
parent 06a49fa0d0
commit e826e0e281

View File

@@ -52,7 +52,7 @@ export const HighlightedPost: React.FC<{
);
if (!status) {
return <div className={classNames(styles.box, styles.mostBoostedPost)} />;
return null;
}
let label;