From 62250ba239fe8564f256e6df65624c2d23bd28d4 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 3 Feb 2024 11:58:10 +0300 Subject: [PATCH] expect-meta --- src/components/Views/Author/Author.tsx | 1 - 1 file changed, 1 deletion(-) 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 } })