ソースを参照

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 ファイルの表示

const strapi = strapiApiBuilder('articles', strapiPopulate, '?sort[0]=date&pagination[pageSize]=3'); const strapi = strapiApiBuilder('articles', strapiPopulate, '?sort[0]=date&pagination[pageSize]=3');


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


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

読み込み中…
キャンセル
保存