Преглед изворни кода

delete console log

culture-page
Pavle Golubovic пре 2 година
родитељ
комит
2e61025d05
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      frontend/src/components/LatestArticles.jsx

+ 0
- 1
frontend/src/components/LatestArticles.jsx Прегледај датотеку

@@ -15,7 +15,6 @@ const LatestArticles = () => {
const strapi = strapiApiBuilder('articles', strapiPopulate, '?sort[0]=date&pagination[pageSize]=3');

const [{ data, isLoading, isError }, doFetch] = useFetchCollections(strapi);
console.log(data);

return (
<div className='col-span-1 md:col-span-2 flex flex-col gap-4'>

Loading…
Откажи
Сачувај