@ -260,7 +260,7 @@
window.Whisper.events.trigger('onShowUserDetails', {
userPubKey: pubkey,
});
} else if (!this.model.isRss()){
} else if (!this.model.isRss()) {
this.showGroupSettings();
}
},
@ -155,7 +155,9 @@ export class SessionChannelSettings extends React.Component<Props, any> {
case 'media': {
const lightBoxOptions = {
media, attachment, message,
media,
attachment,
message,
};
this.onShowLightBox(lightBoxOptions);
break;