diff --git a/src/App.js b/src/App.js index d398654..c16c061 100644 --- a/src/App.js +++ b/src/App.js @@ -171,7 +171,7 @@ export function MyForm(props) {
{incident.id}
@@ -183,6 +183,7 @@ export function MyForm(props) {{incident.context}
{incident.selectedOptions.join(', ')}
+ {index !== incidents.length - 1 &&