From ebec141b77e8e2d1c1763ed46b01dc14e121f828 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 3 Feb 2024 11:52:13 +0300 Subject: [PATCH] author-name-fix --- src/components/Views/Author/Author.tsx | 1 + 1 file changed, 1 insertion(+) 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 } })