aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-04-08 21:04:59 -0400
committerdave <starpumadev@gmail.com>2019-04-08 21:04:59 -0400
commitd3218807b4b363a09795857f9f366ad2a40d7d07 (patch)
tree35b364175d367b28e0411548cd92400934ce1e4f /src/components/notification/notification.vue
parentb0da32fea20b53d7dc63222c4e0ec3e2c62e3081 (diff)
parent546ced43d9edbaf176f71b010aadc11bf7e5e851 (diff)
#436 - merge develop
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 77ad89e1..ae11d692 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -10,7 +10,7 @@
<UserAvatar :compact="true" :betterShadow="betterShadow" :src="notification.from_profile.profile_image_url_original" />
</a>
<div class='notification-right'>
- <UserCard :user="user" :rounded="true" :bordered="true" v-if="userExpanded" />
+ <UserCard :user="getUser(notification)" :rounded="true" :bordered="true" v-if="userExpanded" />
<span class="notification-details">
<div class="name-and-action">
<span class="username" v-if="!!notification.from_profile.name_html" :title="'@'+notification.from_profile.screen_name" v-html="notification.from_profile.name_html"></span>