Skip to content

Commit

Permalink
trailing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
heyshiloh committed Oct 20, 2024
1 parent dc412f1 commit 9136104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cljs/nr/deckbuilder.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,7 @@
[:div
[:input {:type "checkbox" :checked (:show-credit-cost @s)
:on-change #(swap! s assoc :show-credit-cost (.. % -target -checked))}]
[:span "Show Credit Cost"]]
])
[:span "Show Credit Cost"]]])

(defn selected-panel
[s]
Expand Down

0 comments on commit 9136104

Please sign in to comment.