diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-08 09:14:26 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-08 09:14:26 +0000 |
| commit | 47c56ffa1c8509ed323602f54be34328e9105419 (patch) | |
| tree | c439d51bcc3a5a972fc763ab96ade4cee9bed7a1 /src/components/notification/notification.vue | |
| parent | 921eedfd84007da72619a553ba8d074076559e7a (diff) | |
| parent | 1186205583715b187bb4e503dc35e8c0644cfc7e (diff) | |
Merge branch 'feat/relationship-refactor' into 'develop'
Refactor: make relationships separate from users
Closes #819
See merge request pleroma/pleroma-fe!1091
Diffstat (limited to 'src/components/notification/notification.vue')
| -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 f6da07dd..0e46a2a7 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -40,7 +40,7 @@ <div class="notification-right"> <UserCard v-if="userExpanded" - :user="getUser(notification)" + :user-id="getUser(notification).id" :rounded="true" :bordered="true" /> |
