Commit 249ee2b5 authored by JC Brand's avatar JC Brand

Bugfix. Method wasn't called

parent 4e508cfe
...@@ -210,11 +210,11 @@ ...@@ -210,11 +210,11 @@
}, },
shouldBeVisible () { shouldBeVisible () {
return _converse.roster.length >= 7 || this.isActive(); return _converse.roster.length >= 5 || this.isActive();
}, },
showOrHide () { showOrHide () {
if (this.shouldBeVisible) { if (this.shouldBeVisible()) {
this.show(); this.show();
} else { } else {
this.hide(); this.hide();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment