Added Missing Semicolon

This commit is contained in:
Tim Zallmann 2017-10-18 12:34:43 +02:00
parent 667cd6257e
commit 5c8a614c11
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
computed: {
cssClass() {
const actionIconDash = gl.text.dasherize(this.actionIcon)
const actionIconDash = gl.text.dasherize(this.actionIcon);
return `${actionIconDash} js-icon-${actionIconDash}`;
},
},