From da094548eca663bf79edba8f8bea056014f1f7c2 Mon Sep 17 00:00:00 2001
From: John Warwick <jwarwick@gmail.com>
Date: Tue, 27 Apr 2021 08:17:02 -0400
Subject: [PATCH] Hanging parens

---
 src/cljs/nr/gamelobby.cljs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/cljs/nr/gamelobby.cljs b/src/cljs/nr/gamelobby.cljs
index c537e0e008..778fe242ed 100644
--- a/src/cljs/nr/gamelobby.cljs
+++ b/src/cljs/nr/gamelobby.cljs
@@ -541,8 +541,7 @@
                       :on-change #(swap! s assoc :api-access (.. % -target -checked))}]
              (tr [:lobby.api-access "Allow API access to game information"])
              (when (not has-keys)
-               (str " " (tr [:lobby.api-requires-key "(Requires an API Key in Settings)"])))
-             ]])
+               (str " " (tr [:lobby.api-requires-key "(Requires an API Key in Settings)"])))]])
            [:div.infobox.blue-shade {:style {:display (if (:api-access @s) "block" "none")}}
             [:p "This allows access to information about your game to 3rd party extensions. Requires an API Key to be created in Settings"]]]]])))