expect-meta

This commit is contained in:
Untone 2024-02-03 11:58:10 +03:00
parent ebec141b77
commit 62250ba239

View File

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