+ {solutions.slice(0, 2).map((sol, index) => (
+
+ {sol.type_solution === 'text' ? (
+ • {sol.solution_name}
+ ) : (
+ • {sol.solution_name} ({sol.type_solution})
+ )}
+
+ ))}
+ {solutions.length > 2 && (
+
+ ...and {solutions.length - 2} more
+
+ )}
+