Skip to content

Commit

Permalink
[Glitch] Hide badges in media gallery when media are hidden
Browse files Browse the repository at this point in the history
Port 55b5364 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed Oct 5, 2024
1 parent a09a26d commit 4d611e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Item extends PureComponent {

{visible && thumbnail}

{badges && (
{visible && badges && (
<div className='media-gallery__item__badges'>
{badges}
</div>
Expand Down

0 comments on commit 4d611e9

Please sign in to comment.