forked from Mirrors/elk
parent
896681d5b9
commit
2ed3373352
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue