Skip to content

Commit

Permalink
tools/match_win: fix table caption when draw does not apply
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Nov 10, 2024
1 parent 851a024 commit fa15189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/match_win/AppToolsMatchWin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $: memo = (() => {

<table class="table table-bordered table-hover caption-top w-auto">
<caption>{
draw == 0
leadRequired <= 1 || draw == 0
? 'Probability of winning'
: draw == 1
? 'Probability of winning or drawing'
Expand Down

0 comments on commit fa15189

Please sign in to comment.