diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue index 734477f..e0055f5 100644 --- a/src/components/voteboard/voteCard.vue +++ b/src/components/voteboard/voteCard.vue @@ -105,7 +105,6 @@ voteEndDate.setDate(voteEndDate.getDate() + 1); const isVoteEnded = computed(() => { return currentDate > voteEndDate; }); - const emit = defineEmits(['addContents','checkedNames','endVoteId','voteEnded','randomList','voteDelete','updateVote']); onMounted(() => { if (isVoteEnded.value && !props.data.localVote.LOCVOTDDT) {