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/notification | |
| parent | a954f56e3444e921dcf5ff6651e443ac110f1804 (diff) | |
add title and alt for avatars, fix console errors in avatarlist
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index ae11d692..3427b9c5 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -7,7 +7,7 @@ </status> <div class="non-mention" :class="[userClass, { highlighted: userStyle }]" :style="[ userStyle ]" v-else> <a class='avatar-container' :href="notification.from_profile.statusnet_profile_url" @click.stop.prevent.capture="toggleUserExpanded"> - <UserAvatar :compact="true" :betterShadow="betterShadow" :src="notification.from_profile.profile_image_url_original" /> + <UserAvatar :compact="true" :betterShadow="betterShadow" :user="notification.from_profile"/> </a> <div class='notification-right'> <UserCard :user="getUser(notification)" :rounded="true" :bordered="true" v-if="userExpanded" /> |
