From 45473df9f401eca522c58582ee29ef8fe2e4c858 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 19 Apr 2022 12:21:33 +0200 Subject: [PATCH] fix: feedback Signed-off-by: Luka Trovic --- src/components/cards/CardMenu.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/cards/CardMenu.vue b/src/components/cards/CardMenu.vue index 0eda261d3..dde94fde2 100644 --- a/src/components/cards/CardMenu.vue +++ b/src/components/cards/CardMenu.vue @@ -172,7 +172,6 @@ export default { }, async moveCard() { this.copiedCard = Object.assign({}, this.card) - const boardId = this.card?.boardId ? this.card.boardId : this.$route.params.id this.copiedCard.stackId = this.selectedStack.id this.$store.dispatch('moveCard', this.copiedCard) if (parseInt(this.boardId) === parseInt(this.selectedStack.boardId)) {