diff --git a/src/App.js b/src/App.js index 45b2ebe..034ef30 100644 --- a/src/App.js +++ b/src/App.js @@ -168,12 +168,12 @@ const db = getFirestore(getApp());
Check here for existing entries:
Code added, work in progress to add said incidents to Firestore.
Submitter: {incident.submitter}
-Date: {incident.date}
-Context: {incident.context}
-Selected Options: {incident.selectedOptions.join(", ")}
+ {incidents.map((incidents) => ( +Submitter: {incidents.submitter}
+Date: {incidents.date}
+Context: {incidents.context}
+Selected Options: {incidents.selectedOptions.join(", ")}