+
+
+
+ {sections.map((section, index) => (
+
+
+

+
{section.label}
+
+
+ {section.content}
+
+
+ ))}
- {summary.request && (
- Request: {summary.request}
- )}
- {summary.investigated && (
- Investigated: {summary.investigated}
- )}
- {summary.learned && (
- Learned: {summary.learned}
- )}
- {summary.completed && (
- Completed: {summary.completed}
- )}
- {summary.next_steps && (
- Next: {summary.next_steps}
- )}
-
- #{summary.id} • {date}
-
-