Переписываю спорные решения

This commit is contained in:
Дмитрий Савенко 2023-01-16 19:58:03 +03:00
parent 549e0eac74
commit f75510b20c

View File

@ -45,7 +45,7 @@ const Home = () => {
); );
dispatch(tags(tempTags)) dispatch(tags(tempTags))
}) })
console.log(1)
}, [index]); }, [index]);
const loadMore = (count) => { const loadMore = (count) => {