kopia lustrzana https://github.com/cheeaun/phanpy
Better profile document.title
rodzic
13201260d6
commit
0d29043358
|
@ -57,7 +57,9 @@ function AccountStatuses() {
|
|||
|
||||
const [account, setAccount] = useState();
|
||||
useTitle(
|
||||
`${account?.acct ? '@' + account.acct : 'Posts'}`,
|
||||
`${account?.displayName ? account.displayName + ' ' : ''}@${
|
||||
account?.acct ? account.acct : 'Account posts'
|
||||
}`,
|
||||
'/:instance?/a/:id',
|
||||
);
|
||||
useEffect(() => {
|
||||
|
|
Ładowanie…
Reference in New Issue