Merge branch 'media-modal-fix' into 'develop'
VideoModal: pass visible=true Closes #1130 See merge request soapbox-pub/soapbox!1839
This commit is contained in:
commit
6848385613
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const VideoModal: React.FC<IVideoModal> = ({ status, account, media, time, onClo
|
|||
link={link}
|
||||
detailed
|
||||
alt={media.description}
|
||||
visible
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue