Fix video not visible in modal

This commit is contained in:
Alex Gleason 2022-11-02 19:55:39 -05:00
parent 34ac55b7f8
commit 9bbffb6957
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -202,6 +202,7 @@ const MediaModal: React.FC<IMediaModal> = (props) => {
link={link}
alt={attachment.description}
key={attachment.url}
visible
/>
);
} else if (attachment.type === 'audio') {