Fix video not visible in modal

environments/review-attachment-kut9vr/deployments/1246
Alex Gleason 2 years ago
parent 34ac55b7f8
commit 9bbffb6957
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save