From 30181cefe4ad9a102df85826cf8dc476f2c21a7e Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Thu, 7 Nov 2024 13:45:09 +0700 Subject: [PATCH] little update --- components/landing/HeaderNews.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/landing/HeaderNews.tsx b/components/landing/HeaderNews.tsx index ae1306c..d666eb7 100644 --- a/components/landing/HeaderNews.tsx +++ b/components/landing/HeaderNews.tsx @@ -30,7 +30,7 @@ export default function HeaderNews() {

Berita Terkini

- {article.map((data: any) => ( + {article?.map((data: any) => (