FIX: Reply to tab was not using the username formatter
This commit is contained in:
parent
a0da098e6b
commit
e80caab247
|
@ -68,7 +68,7 @@ createWidget('reply-to-tab', {
|
|||
username: attrs.replyToUsername
|
||||
}),
|
||||
' ',
|
||||
h('span', attrs.replyToUsername)];
|
||||
h('span', formatUsername(attrs.replyToUsername))];
|
||||
},
|
||||
|
||||
click() {
|
||||
|
|
Loading…
Reference in New Issue