We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5da8b5 + ee0d5e1 commit 7bf3c3fCopy full SHA for 7bf3c3f
src/cljs/nr/gameboard/card_preview.cljs
@@ -17,7 +17,7 @@
17
18
(defn put-game-card-in-channel
19
[card channel]
20
- (if-let [server-card (get-in @app-state [:all-cards-and-flips (:title card)])]
+ (if-let [server-card (get-in @app-state [:all-cards-and-flips (or (:title card) (:printed-title card))])]
21
(put! channel (merge server-card card))
22
(put! channel card))
23
nil)
0 commit comments