diff options
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.js | 2 | ||||
| -rw-r--r-- | src/components/notification/notification.vue | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 77cdfa73..882b68f9 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -40,7 +40,7 @@ const Notification = { unmuted: false } }, - props: [ 'notification' ], + props: ['notification'], components: { StatusContent, UserAvatar, diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 6427d117..d2b903f6 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -37,8 +37,8 @@ @click.prevent > <UserPopover - :userId="notification.from_profile.id" - :overlayCenters="true" + :user-id="notification.from_profile.id" + :overlay-centers="true" > <UserAvatar class="post-avatar" |
