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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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