diff --git a/src/components/EventDetailPanel/RelatedConceptsSection/index.js b/src/components/EventDetailPanel/RelatedConceptsSection/index.js index 0b78df70..041f75c0 100644 --- a/src/components/EventDetailPanel/RelatedConceptsSection/index.js +++ b/src/components/EventDetailPanel/RelatedConceptsSection/index.js @@ -941,8 +941,8 @@ const RelatedConceptsSection = ({ )} - - {[1, 2, 3, 4].map((i) => ( + + {[1, 2, 3, 4, 5, 6].map((i) => ( ))} @@ -1010,7 +1010,7 @@ const RelatedConceptsSection = ({ ) : ( - + {concepts.map((concept, index) => (