summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
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)