diff --git a/components/landing/HeaderNews.tsx b/components/landing/HeaderNews.tsx index 8303ced..81df9b4 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -70,7 +70,7 @@ export default function HeaderNews() { search: "", limit: "10", sort: "desc", - categoryByIds: "791802", + categoryIds: "791802", isPublish: true, }; const response = await getListArticle(req);