Skip to content

Commit

Permalink
fix(ui): eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 26, 2018
1 parent 0a3686e commit 9fbf860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default {
hoverModule: {
get () { return this.injection.hoverModule },
set (value) { return this.injection.hoverModule = value }
set (value) { this.injection.hoverModule = value }
},
describedModule () {
Expand Down

0 comments on commit 9fbf860

Please sign in to comment.