diff --git a/components/conversation/ConversationCard.vue b/components/conversation/ConversationCard.vue index e8bd507d..e79a4f4f 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 152f51ab..5ce5f787 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 b2bbfe00..326f102a 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 7987ae40..6f56e8d7 100644 --- a/components/timeline/TimelinePaginator.vue +++ b/components/timeline/TimelinePaginator.vue @@ -11,7 +11,7 @@ const { paginator } = defineProps<{