diff --git a/components/account/AccountCard.vue b/components/account/AccountCard.vue index 7d144995..c0d32b93 100644 --- a/components/account/AccountCard.vue +++ b/components/account/AccountCard.vue @@ -4,6 +4,8 @@ import type { Account } from 'masto' const { account } = defineProps<{ account: Account }>() + +cacheAccount(account)