Skip to content

Commit

Permalink
πŸ› don't show playerB different if mode is single
Browse files Browse the repository at this point in the history
  • Loading branch information
FungOliver committed Oct 3, 2024
1 parent 6a86ecb commit f227062
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@
<Divider align="left">
<b>{{ t("CompetitionSettings.player") }}</b>
</Divider>
<div class="field col-12 flex flex-row align-items-center mb-4">
<div
v-if="values.mode === Mode.DOUBLE"
class="field col-12 flex flex-row align-items-center mb-4"
>
<Checkbox
id="playerB_different"
v-model="playerB_different"
Expand Down

0 comments on commit f227062

Please sign in to comment.