From c3d8c482531a767ee2e635b93eb0d6cd075247e8 Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 13 Apr 2023 18:24:09 +0700 Subject: Update 3rd --- components/hero/content.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/hero') diff --git a/components/hero/content.js b/components/hero/content.js index a3db854..b7515d2 100644 --- a/components/hero/content.js +++ b/components/hero/content.js @@ -27,8 +27,7 @@ export default function Content({ ids, section, data }) { // console.log({ left: scrollLeft, right: scrollRight }); const array = data; - const filteredData = array.filter((item) => item.status !== "Unknown"); - + let filteredData = array.filter((item) => item.status !== "Unknown"); return (

{section}

-- cgit v1.2.3