[Glitch] Hide empty padding box if no status in Wrapstodon highlighted post
Port 54bc97cfce757d9520db1e63ce5975141b94aad3 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:
parent
06a49fa0d0
commit
e826e0e281
@ -52,7 +52,7 @@ export const HighlightedPost: React.FC<{
|
||||
);
|
||||
|
||||
if (!status) {
|
||||
return <div className={classNames(styles.box, styles.mostBoostedPost)} />;
|
||||
return null;
|
||||
}
|
||||
|
||||
let label;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user