From fcd7c8cd90f35e95e27d159d76ab99fcbca37433 Mon Sep 17 00:00:00 2001 From: Ken Kunz Date: Fri, 6 Sep 2024 16:31:24 -0500 Subject: [PATCH] =?UTF-8?q?use=20'+/-'=20instead=20of=20'=E2=96=B2/?= =?UTF-8?q?=E2=96=BC'=20for=20benchmark=20performance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/strategies/[strategy]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/strategies/[strategy]/+page.svelte b/src/routes/strategies/[strategy]/+page.svelte index 7f199817a..5b57b6610 100644 --- a/src/routes/strategies/[strategy]/+page.svelte +++ b/src/routes/strategies/[strategy]/+page.svelte @@ -187,7 +187,7 @@ {symbol} - {formatProfitability(periodPerformance[symbol])} + {formatPercent(periodPerformance[symbol], 1, 1, { signDisplay: 'exceptZero' })} {/each}