limit to three on portal cards

This commit is contained in:
2024-12-03 11:46:59 +00:00
parent 984c7bbf06
commit c7e13f84e7
+1 -1
View File
@@ -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(
<div className="cardModuleItem" key={index}>