Skip to content

Commit

Permalink
Hanging parens
Browse files Browse the repository at this point in the history
  • Loading branch information
jwarwick committed Apr 27, 2021
1 parent 797b0c2 commit da09454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cljs/nr/gamelobby.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]]]])))

Expand Down

0 comments on commit da09454

Please sign in to comment.