mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Reply to tab was not using the username formatter
This commit is contained in:
parent
a0da098e6b
commit
e80caab247
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ createWidget('reply-to-tab', {
|
|||
username: attrs.replyToUsername
|
||||
}),
|
||||
' ',
|
||||
h('span', attrs.replyToUsername)];
|
||||
h('span', formatUsername(attrs.replyToUsername))];
|
||||
},
|
||||
|
||||
click() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue