FIX: displays user-card when clicking on avatar of post small action (#6941)

This commit is contained in:
Joffrey JAFFEUX
2019-01-24 10:46:06 +01:00
committed by GitHub
parent 22f43abb0e
commit 1f8ff85ff9

View File

@@ -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
})
);