diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-01 20:30:40 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-01 20:30:40 +0000 |
| commit | 2d07f26dd7ee21745aeac9f827421150f9ee6cbb (patch) | |
| tree | 8000bf47cdfb88399dd5292a04416f12b75f85be /src/components/user_avatar/user_avatar.js | |
| parent | a954f56e3444e921dcf5ff6651e443ac110f1804 (diff) | |
| parent | c44c0483566efc8c48361e4143b25d852cecede4 (diff) | |
Merge branch 'feat/title-alt-for-avatars' into 'develop'
#513 Title/alt for avatars
See merge request pleroma/pleroma-fe!776
Diffstat (limited to 'src/components/user_avatar/user_avatar.js')
| -rw-r--r-- | src/components/user_avatar/user_avatar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_avatar/user_avatar.js b/src/components/user_avatar/user_avatar.js index e6fed3b5..a42b9c71 100644 --- a/src/components/user_avatar/user_avatar.js +++ b/src/components/user_avatar/user_avatar.js @@ -2,7 +2,7 @@ import StillImage from '../still-image/still-image.vue' const UserAvatar = { props: [ - 'src', + 'user', 'betterShadow', 'compact' ], |
