mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove unneeded if-gaurd
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
className: "new-group-update-form",
|
||||
template: $('#new-group-update-form').html(),
|
||||
initialize: function(options) {
|
||||
if (this.$el.html().length === 0) {
|
||||
this.render();
|
||||
}
|
||||
this.render();
|
||||
this.avatarInput = new Whisper.FileInputView({
|
||||
el: this.$el.find('.group-avatar')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user