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