From 405d4650aa926de1ff1bddced0b01a78788068ce Mon Sep 17 00:00:00 2001 From: Kakabay Date: Thu, 15 Dec 2022 22:46:41 +0500 Subject: [PATCH] data chart tabs changed --- src/components/DataChart.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/DataChart.jsx b/src/components/DataChart.jsx index 703e8e5..124ef39 100644 --- a/src/components/DataChart.jsx +++ b/src/components/DataChart.jsx @@ -37,8 +37,7 @@ const DataChart = ({ lang }) => {
{tabData ? tabData.data.map((tab, index) => { - console.log(tab.title); - return index <= 2 ? ( + return tab.id <= 3 ? (