]> git.cworth.org Git - lmno.games/commit - empathy/empathy.jsx
Stop abusing the JavaScript back-tick syntax within JSX
authorCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 00:34:06 +0000 (17:34 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 00:34:06 +0000 (17:34 -0700)
commit5e235932d1940d4849d2f3adbee33f6ecef4ed6b
tree7c44c83fd7a8da939356e7959eabb897e214bf43
parent43502f89bf6346115c388b80a6c7f559a336d000
Stop abusing the JavaScript back-tick syntax within JSX

JSX already lets us implicitly combine adjacent string literals
together so it's simpler to not use the JavaScript back-tick syntax
but instead simply pop back to JSX when we need some literal string
content.
empathy/empathy.jsx