diff --git a/src/App.js b/src/App.js index a4741bf..3a7593e 100644 --- a/src/App.js +++ b/src/App.js @@ -168,6 +168,8 @@ const db = getFirestore(getApp());

Existing incidents in the database:

{incidents.map((incident) => (
+

Incident ID:

+

{incident.id}

What date did this shennanigans occur?:

{incident.date}

Who submitted this: