aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-22 19:43:11 +0200
committerHenry Jameson <me@hjkos.com>2022-03-22 19:43:11 +0200
commitb817e09ee8ed4e02a6757b2c4e5577c5f82bec45 (patch)
tree696d5989e8226a4eb0673caf000fecd17191a746 /src/components/notification
parent6b5791fda6fdf2efe39e1c05e3340a5cf970f312 (diff)
fix avatars not opening inline card
Diffstat (limited to 'src/components/notification')
-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 c03ebc89..2af4af22 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -33,7 +33,7 @@
>
<a
class="avatar-container"
- :href="notification.from_profile.statusnet_profile_url"
+ :href="$router.resolve(userProfileLink).href"
@click.stop.prevent.capture="toggleUserExpanded"
>
<UserAvatar