From: Carl Worth <cworth@cworth.org>
Date: Sun, 28 Jun 2020 15:17:58 +0000 (-0700)
Subject: empathy: Add some missing whitespace
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=0e96dcd31acbae3c82d430db85da5be398e88264;p=lmno.games

empathy: Add some missing whitespace

JSX is sometimes annoyingly aggressive about eliminating whitespace
between textual content and component content. I'm not sure if this
solution is the best approach, but it works at least.
---

diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx
index 407a4fe..9b37d07 100644
--- a/empathy/empathy.jsx
+++ b/empathy/empathy.jsx
@@ -574,7 +574,7 @@ class Ambiguities extends React.PureComponent {
         <div className="please-wait">
           <h2>Submission received</h2>
           <p>
-            The following players have completed judging:
+            The following players have completed judging:{' '}
             {[...this.props.players_judged].join(', ')}
           </p>
           <p>
@@ -736,7 +736,7 @@ class ActivePrompt extends React.PureComponent {
         <div className="please-wait">
           <h2>Submission received</h2>
           <p>
-            The following players have submitted their answers:
+            The following players have submitted their answers:{' '}
             {[...this.props.players_answered].join(', ')}
           </p>
           <p>