From c7e13f84e70950f0eb652994a54d79ced352a503 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 3 Dec 2024 11:46:59 +0000 Subject: [PATCH] limit to three on portal cards --- components/myportal/topthree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/myportal/topthree.js b/components/myportal/topthree.js index a1ccd21d..f151fc08 100644 --- a/components/myportal/topthree.js +++ b/components/myportal/topthree.js @@ -167,7 +167,7 @@ const TopThree = (props) => { } }; - let topThreeOnlyArr = showTopThreeArr; //.slice(0, 3); + let topThreeOnlyArr = showTopThreeArr.slice(0, 3); Object.keys(topThreeOnlyArr).map((key, index) => { topthreeRow.push(