mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 11:14:42 +08:00
FIX: Reply to tab was not using the username formatter
This commit is contained in:
@ -68,7 +68,7 @@ createWidget('reply-to-tab', {
|
||||
username: attrs.replyToUsername
|
||||
}),
|
||||
' ',
|
||||
h('span', attrs.replyToUsername)];
|
||||
h('span', formatUsername(attrs.replyToUsername))];
|
||||
},
|
||||
|
||||
click() {
|
||||
|
Reference in New Issue
Block a user