mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Fix some account media gallery items having empty labels
Port 9d023ed4f6d8a69699d14479d5e12132ea4f4cd2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
37dfb9dddc
commit
adfaf9551c
@ -122,7 +122,7 @@ export default class MediaItem extends ImmutablePureComponent {
|
|||||||
<div className='media-gallery__gifv'>
|
<div className='media-gallery__gifv'>
|
||||||
{content}
|
{content}
|
||||||
|
|
||||||
<span className='media-gallery__gifv__label'>{label}</span>
|
{label && <span className='media-gallery__gifv__label'>{label}</span>}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user