pull/715/head
Audric Ackermann 6 years ago
parent 86e39ce4e2
commit ab862dbecf

@ -155,7 +155,9 @@ export class SessionChannelSettings extends React.Component<Props, any> {
case 'media': { case 'media': {
const lightBoxOptions = { const lightBoxOptions = {
media, attachment, message, media,
attachment,
message,
}; };
this.onShowLightBox(lightBoxOptions); this.onShowLightBox(lightBoxOptions);
break; break;

Loading…
Cancel
Save