Avoid bookmark toggle duplication

This commit is contained in:
JC Brand 2018-09-07 16:09:12 +02:00
parent 4a954a80e6
commit 201b8559b6

View File

@ -63,8 +63,12 @@
},
renderBookmarkToggle () {
if (this.el.querySelector('.chat-head .toggle-bookmark')) {
return;
}
const { _converse } = this.__super__,
{ __ } = _converse;
const bookmark_button = tpl_chatroom_bookmark_toggle(
_.assignIn(this.model.toJSON(), {
info_toggle_bookmark: __('Bookmark this groupchat'),