diff --git a/components/conversation/ConversationCard.vue b/components/conversation/ConversationCard.vue index e8bd507db..e79a4f4f6 100644 --- a/components/conversation/ConversationCard.vue +++ b/components/conversation/ConversationCard.vue @@ -7,11 +7,11 @@ const props = defineProps<{ diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index 152f51ab1..5ce5f787b 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -4,7 +4,7 @@ const buildTimeAgo = useTimeAgo(buildTime) diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index b2bbfe006..326f102a2 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -7,7 +7,7 @@ const { notification } = defineProps<{ diff --git a/components/timeline/TimelinePaginator.vue b/components/timeline/TimelinePaginator.vue index 7987ae402..6f56e8d73 100644 --- a/components/timeline/TimelinePaginator.vue +++ b/components/timeline/TimelinePaginator.vue @@ -11,7 +11,7 @@ const { paginator } = defineProps<{