duplicated articles on author page fixed (#316)

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
This commit is contained in:
Ilya Y 2023-11-14 13:53:06 +03:00 committed by GitHub
parent d90572e243
commit 4162d4318c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ export const AuthorPage = (props: PageProps) => {
return
}
resetSortedArticles()
await preload()
setIsLoaded(true)