From 4162d4318c3c7c95f601e0f9c0cf8e0d6bcd79ec Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:53:06 +0300 Subject: [PATCH] duplicated articles on author page fixed (#316) Co-authored-by: Igor Lobanov --- src/pages/author.page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/author.page.tsx b/src/pages/author.page.tsx index 0930922e..6cb61e8f 100644 --- a/src/pages/author.page.tsx +++ b/src/pages/author.page.tsx @@ -31,6 +31,7 @@ export const AuthorPage = (props: PageProps) => { return } + resetSortedArticles() await preload() setIsLoaded(true)