瀏覽代碼

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…
取消
儲存