From 84ac6ac30bc43ce1518af5200279e4d20cb74750 Mon Sep 17 00:00:00 2001 From: Rei Date: Fri, 29 Dec 2023 10:31:58 +0000 Subject: [PATCH] add comma's between words on "submitted words" instead of being jumbled up --- README.md | 4 ---- src/App.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d187295..67844b6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,3 @@ Simple check boxes for the various words i commonly use as joking insults such a - fr fr - balls - -CURRENT ISSUES: - -Display list of bingos at bottom in a neat order and not jumble the words used. diff --git a/src/App.js b/src/App.js index 3a7593e..44bfa88 100644 --- a/src/App.js +++ b/src/App.js @@ -177,7 +177,7 @@ const db = getFirestore(getApp());

What caused Ray's moment?:

{incident.context}

What word's did Ray use this time?:

-

{incident.selectedOptions}

+

{incident.selectedOptions.join(', ')}

))}