Skip to content

Commit

Permalink
Show tie breaker messages on results page for winner stays on flyer
Browse files Browse the repository at this point in the history
  • Loading branch information
phrasmotica committed Apr 30, 2024
1 parent 711a373 commit 02d1b91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/results/ResultsMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ const showIncompleteMessage = computed(() => {
return incompleteCount.value > 0 && !isWinnerStaysOn.value
})
const showTieBreakerMessages = computed(() => {
return tieBreakers.value.length > 0 && !isWinnerStaysOn.value
})
const showTieBreakerMessages = computed(() => tieBreakers.value.length > 0)
</script>

<template>
Expand Down

0 comments on commit 02d1b91

Please sign in to comment.