We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387c100 commit 4f5588fCopy full SHA for 4f5588f
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