FIX: Reply to tab was not using the username formatter

This commit is contained in:
Robin Ward 2017-12-03 15:49:21 -05:00
parent a0da098e6b
commit e80caab247
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ createWidget('reply-to-tab', {
username: attrs.replyToUsername username: attrs.replyToUsername
}), }),
' ', ' ',
h('span', attrs.replyToUsername)]; h('span', formatUsername(attrs.replyToUsername))];
}, },
click() { click() {