Skip to content

Commit

Permalink
Allow selecting a tie breaker 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 02d1b91 commit bc98398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/setup/SettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const {
settings,
isKnockout,
isRoundRobin,
isWinnerStaysOn,
} = useSpecification(settingsStore.settings.specification)
settingsStore.$subscribe(() => {
Expand Down Expand Up @@ -50,7 +51,7 @@ settingsStore.$subscribe(() => {
</div>
</div>

<div v-if="isRoundRobin"
<div v-if="isRoundRobin || isWinnerStaysOn"
class="col-12 md:col-6 p-0 p-fluid">
<div class="md:mr-1">
<LabelledDropdown
Expand Down

0 comments on commit bc98398

Please sign in to comment.