Make ESlint happy.
This commit is contained in:
parent
ccf835e342
commit
eb5cee3150
|
@ -58,7 +58,7 @@ export default Ember.Controller.extend({
|
|||
isUploading: false,
|
||||
topic: null,
|
||||
showToolbar: Em.computed({
|
||||
get(key){
|
||||
get(){
|
||||
const keyValueStore = this.container.lookup('key-value-store:main');
|
||||
const storedVal = keyValueStore.get("toolbar-enabled");
|
||||
if (this._toolbarEnabled === undefined && storedVal === undefined) {
|
||||
|
|
Loading…
Reference in New Issue