parent
896681d5b9
commit
2ed3373352
|
@ -12,7 +12,7 @@ const isSelf = useSelfAccount(account)
|
||||||
|
|
||||||
if (account) {
|
if (account) {
|
||||||
useHeadFixed({
|
useHeadFixed({
|
||||||
title: () => `${t('account.followers')} | ${getDisplayName(account)} (@${account})`,
|
title: () => `${t('account.followers')} | ${getDisplayName(account)} (@${account.acct})`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue