From fa3e2aeeb9894a133df5f79d97987c276c7f06a1 Mon Sep 17 00:00:00 2001 From: Factiven Date: Mon, 24 Apr 2023 23:43:05 +0700 Subject: Revamp UI 1 --- components/hero/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/hero/content.js b/components/hero/content.js index 1a45860..98ec4a8 100644 --- a/components/hero/content.js +++ b/components/hero/content.js @@ -27,7 +27,7 @@ export default function Content({ ids, section, data }) { // console.log({ left: scrollLeft, right: scrollRight }); const array = data; - let filteredData = array?.filter((item) => item.status !== "Unknown"); + let filteredData = array?.filter((item) => item !== null); return (

{section}

-- cgit v1.2.3