fix lint and clean code

pull/764/head
Audric Ackermann 5 years ago
parent 2721b2a477
commit e2921103bd
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -350,12 +350,9 @@
props: getGroupSettingsProp(this.model),
});
this.$('.conversation-content-right').append(this.groupSettings.el);
this.$('.conversation-content-right').show();
return;
}
} else {
this.groupSettings.update(getGroupSettingsProp(this.model));
}
this.$('.conversation-content-right').show();
};

Loading…
Cancel
Save