Commit 4c1988b5 authored by Luke Bennett's avatar Luke Bennett

Resolve sidebar_subscriptions

parent 3f5e3233
......@@ -20,17 +20,11 @@ export default {
store: new Store(),
};
},
<<<<<<< HEAD
created() {
eventHub.$on('toggleSubscription', this.onToggleSubscription);
},
=======
created() {
eventHub.$on('toggleSubscription', this.onToggleSubscription);
},
>>>>>>> upstream/master
beforeDestroy() {
eventHub.$off('toggleSubscription', this.onToggleSubscription);
},
......
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