From a2b6c14dd8f52bcabe871d543cef680c65e1b09d Mon Sep 17 00:00:00 2001 From: unsiqasik Date: Fri, 29 May 2026 00:59:11 +0000 Subject: [PATCH] fix: format size to close percentage with fixed 2 decimal places - Use toFixed(2) instead of formatForDisplay for percentage display - Ensures consistent formatting regardless of percentage value - Fixes issue where percentage could show too many decimal places Fixes #11 --- src/components/modals/ClosePosition.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/ClosePosition.svelte b/src/components/modals/ClosePosition.svelte index 4fd8e04..239922b 100644 --- a/src/components/modals/ClosePosition.svelte +++ b/src/components/modals/ClosePosition.svelte @@ -104,7 +104,7 @@
- +