package-lock-fix

This commit is contained in:
Untone 2024-01-31 16:42:59 +03:00
parent 5a95e7490e
commit af95e81c47
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@
"@solid-primitives/pagination": "0.2.10", "@solid-primitives/pagination": "0.2.10",
"cropperjs": "1.6.1", "cropperjs": "1.6.1",
"form-data": "4.0.0", "form-data": "4.0.0",
"ga-gtag": "1.2.0",
"i18next": "22.4.15", "i18next": "22.4.15",
"i18next-icu": "2.3.0", "i18next-icu": "2.3.0",
"idb": "7.1.1", "idb": "7.1.1",

View File

@ -127,7 +127,6 @@ export const AuthorView = (props: Props) => {
// pagination // pagination
if (sortedArticles().length === PRERENDERED_ARTICLES_COUNT) { if (sortedArticles().length === PRERENDERED_ARTICLES_COUNT) {
fetchData()
loadMore() loadMore()
} }
}) })