From 955c6426061dd9e8c6653b0059b201b50e0a5bd5 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 27 Oct 2024 13:45:39 +0000 Subject: Fix typo --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index 014c4b7..8049f2f 100644 --- a/play.js +++ b/play.js @@ -689,7 +689,7 @@ function on_update() { ui.removed.replaceChildren() for (let c of view.strategy_removed) - ui.discard.appendChild(ui.cards[c]) + ui.removed.appendChild(ui.cards[c]) ui.table_cards.replaceChildren() if (view.table_cards) -- cgit v1.2.3