diff --git a/components/account/AccountCard.vue b/components/account/AccountCard.vue index d711c03e..e870e984 100644 --- a/components/account/AccountCard.vue +++ b/components/account/AccountCard.vue @@ -3,6 +3,7 @@ import type { Account } from 'masto' const { account } = defineProps<{ account: Account + hoverCard?: boolean }>() cacheAccount(account) @@ -10,7 +11,11 @@ cacheAccount(account)