mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: displays user-card when clicking on avatar of post small action (#6941)
This commit is contained in:
@@ -102,7 +102,7 @@ export default createWidget("post-small-action", {
|
||||
contents.push(
|
||||
avatarFor.call(this, "small", {
|
||||
template: attrs.avatar_template,
|
||||
username: attrs.avatar,
|
||||
username: attrs.username,
|
||||
url: attrs.usernameUrl
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user