From fa1518911c93ce342eab5ad11195370fefe8a863 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 9 Nov 2024 21:10:08 -0700 Subject: [PATCH] tools/match_win: fix table caption when draw does not apply --- scripts/tools/match_win/AppToolsMatchWin.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools/match_win/AppToolsMatchWin.svelte b/scripts/tools/match_win/AppToolsMatchWin.svelte index dd79898..e4b8c90 100644 --- a/scripts/tools/match_win/AppToolsMatchWin.svelte +++ b/scripts/tools/match_win/AppToolsMatchWin.svelte @@ -69,7 +69,7 @@ $: memo = (() => {
{ - draw == 0 + leadRequired <= 1 || draw == 0 ? 'Probability of winning' : draw == 1 ? 'Probability of winning or drawing'