diff --git a/app/components/AuthorList.vue b/app/components/AuthorList.vue index b8cb93117..ee5de3464 100644 --- a/app/components/AuthorList.vue +++ b/app/components/AuthorList.vue @@ -6,7 +6,7 @@ const props = defineProps<{ variant?: 'compact' | 'expanded' }>() -const { resolvedAuthors } = useAuthorProfiles(props.authors) +const { resolvedAuthors } = useBlueskyAuthorProfiles(props.authors)