Commit 39958726 authored by George Tsiolis's avatar George Tsiolis

Replace author_link snake case in EE specific vue component

parent e03ec2b8
......@@ -73,7 +73,7 @@ export default {
return !this.clickable ? 'disabled' : '';
},
linkClass() {
return `author_link ${this.tooltipClass} ${this.extraLinkClass} ${this.disabledClass}`;
return `author-link ${this.tooltipClass} ${this.extraLinkClass} ${this.disabledClass}`;
},
},
};
......
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