diff options
| author | shpuld <shp@cock.li> | 2019-05-01 17:33:56 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-05-01 17:33:56 +0300 |
| commit | c44c0483566efc8c48361e4143b25d852cecede4 (patch) | |
| tree | 8000bf47cdfb88399dd5292a04416f12b75f85be /src/components/user_card/user_card.vue | |
| parent | a954f56e3444e921dcf5ff6651e443ac110f1804 (diff) | |
add title and alt for avatars, fix console errors in avatarlist
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index e1d3ff57..e62b384d 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -4,7 +4,7 @@ <div class='user-info'> <div class='container'> <router-link :to="userProfileLink(user)"> - <UserAvatar :betterShadow="betterShadow" :src="user.profile_image_url_original"/> + <UserAvatar :betterShadow="betterShadow" :user="user"/> </router-link> <div class="name-and-screen-name"> <div class="top-line"> |
