mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 17:57:22 +08:00
FIX: displays user-card when clicking on avatar of post small action (#6941)
This commit is contained in:
parent
22f43abb0e
commit
1f8ff85ff9
@ -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
|
||||
})
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user