Fix media description in various media modals
This commit is contained in:
parent
ac6fb758b9
commit
59de2868c1
4 changed files with 5 additions and 3 deletions
|
@ -129,7 +129,7 @@ export default class MediaModal extends ImmutablePureComponent {
|
|||
startTime={time || 0}
|
||||
onCloseVideo={onClose}
|
||||
detailed
|
||||
description={image.get('description')}
|
||||
alt={image.get('description')}
|
||||
key={image.get('url')}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue