Fix video not visible in modal
This commit is contained in:
parent
34ac55b7f8
commit
9bbffb6957
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue