소스 검색

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…
취소
저장