author-name-fix

This commit is contained in:
Untone 2024-02-03 11:52:13 +03:00
parent e3347bd923
commit ebec141b77

View File

@ -136,6 +136,7 @@ export const AuthorView = (props: Props) => {
const a = author()
if (a) {
fetchComments(a)
document.title = a.name
}
})