update broke ability to mute notifications

This commit is contained in:
guillaume 2018-10-16 11:33:16 +02:00
parent 5c588b2424
commit 41330b15dc
4 changed files with 15 additions and 15 deletions

View file

@ -16,8 +16,7 @@ BlazeComponent.extendComponent({
},
onCreated() {
const initOpen = Utils.isMiniScreen() ? false : (!Session.get('currentCard'));
this._isOpen = new ReactiveVar(initOpen);
this._isOpen = new ReactiveVar(false);
this._view = new ReactiveVar(defaultView);
Sidebar = this;
},