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(', ')}

))}