mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +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(
|
contents.push(
|
||||||
avatarFor.call(this, "small", {
|
avatarFor.call(this, "small", {
|
||||||
template: attrs.avatar_template,
|
template: attrs.avatar_template,
|
||||||
username: attrs.avatar,
|
username: attrs.username,
|
||||||
url: attrs.usernameUrl
|
url: attrs.usernameUrl
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user