fix a lot of stuff by simply moving const to a proper place

This commit is contained in:
Henry Jameson 2026-03-16 20:15:39 +02:00
commit c2be818504
6 changed files with 10 additions and 15 deletions

View file

@ -108,7 +108,7 @@ const MentionLink = {
return this.highlightData && '-' + this.highlightData.type
},
highlightClass() {
return this.highlightData && highlightClass(this.user)
return this.highlightData && highlightClass(this.user)
},
style() {
if (this.highlightData) {