fix: [object Object] in page title of followers page #1151 (#1153)

This commit is contained in:
2023-01-15 14:02:17 +08:00 committed by GitHub
parent 896681d5b9
commit 2ed3373352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ const isSelf = useSelfAccount(account)
if (account) {
useHeadFixed({
title: () => `${t('account.followers')} | ${getDisplayName(account)} (@${account})`,
title: () => `${t('account.followers')} | ${getDisplayName(account)} (@${account.acct})`,
})
}
</script>