Skip to content

Commit

Permalink
Update comment and fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgreene committed Sep 16, 2018
1 parent 1014654 commit 23e776f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/nr/gameboard.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1382,8 +1382,8 @@
:gameid (:gameid @game-state)} soundbank))
:reagent-render
(fn [{:keys [sfx] :as cursor}]
(let [_ @sfx]) ;; hack: make this component rebuild when sfx changes. Could probably move audio to its own component.
)})))
(let [_ @sfx]))}))) ;; make this component rebuild when sfx changes.


(defn button-pane [{:keys [side active-player run end-turn runner-phase-12 corp-phase-12 corp runner me opponent] :as cursor}]
(let [s (r/atom {})
Expand Down

0 comments on commit 23e776f

Please sign in to comment.