mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 11:11:11 +02:00
[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:
@@ -52,7 +52,7 @@ export const HighlightedPost: React.FC<{
|
||||
);
|
||||
|
||||
if (!status) {
|
||||
return <div className={classNames(styles.box, styles.mostBoostedPost)} />;
|
||||
return null;
|
||||
}
|
||||
|
||||
let label;
|
||||
|
||||
Reference in New Issue
Block a user