Fix media description in various media modals (#8678)
This commit is contained in:
parent
f8160b68b3
commit
4959ead07c
4 changed files with 5 additions and 3 deletions
|
@ -24,7 +24,7 @@ export default class VideoModal extends ImmutablePureComponent {
|
|||
startTime={time}
|
||||
onCloseVideo={onClose}
|
||||
detailed
|
||||
description={media.get('description')}
|
||||
alt={media.get('description')}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue