author-name-fix
This commit is contained in:
parent
e3347bd923
commit
ebec141b77
|
@ -136,6 +136,7 @@ export const AuthorView = (props: Props) => {
|
||||||
const a = author()
|
const a = author()
|
||||||
if (a) {
|
if (a) {
|
||||||
fetchComments(a)
|
fetchComments(a)
|
||||||
|
document.title = a.name
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user