-
+ {section.topics.map((topic, subIndex) => (
+
-
+
{topic}
+
+ ))}
+
+ {award.criterion[1]} +
+ {award.criterion.length > 2 && ( +-
+ {award.criterion.slice(2).map((item, index) => (
+
- {item} + ))} +