diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index 8291b776..353d7da5 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -136,6 +136,7 @@ export const AuthorView = (props: Props) => { const a = author() if (a) { fetchComments(a) + document.title = a.name } })