diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue index a9fa6031..46ab87a2 100644 --- a/components/account/AccountInfo.vue +++ b/components/account/AccountInfo.vue @@ -10,7 +10,7 @@ defineProps<{
- +
diff --git a/components/account/AccountPaginator.client.vue b/components/account/AccountPaginator.client.vue index 91d8b668..0e75d1d5 100644 --- a/components/account/AccountPaginator.client.vue +++ b/components/account/AccountPaginator.client.vue @@ -4,15 +4,18 @@ import type { Account, Paginator } from 'masto' const { paginator } = defineProps<{ paginator: Paginator }>() - -const { items: accounts, state, endAnchor } = usePaginator(paginator)