mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
Make ESlint happy.
This commit is contained in:
parent
ccf835e342
commit
eb5cee3150
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue