From a3af9e0833de0ad9e081313e879f178e236a5b34 Mon Sep 17 00:00:00 2001 From: Rei Date: Fri, 29 Dec 2023 10:16:36 +0000 Subject: [PATCH] Add label to distinguish submissions and for debugging --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) 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: