Commit 2882391b authored by yann300's avatar yann300

linting

parent 913753f7
...@@ -66,7 +66,7 @@ module.exports = class Filepanel extends ViewPlugin { ...@@ -66,7 +66,7 @@ module.exports = class Filepanel extends ViewPlugin {
} }
render () { render () {
this.initWorkspace().then(() => this.getWorkspaces()).catch(console.error) this.initWorkspace().then(() => this.getWorkspaces()).catch(console.error)
return this.el return this.el
} }
......
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