From c45111333da63b1e6378090b1ffbd2998334e006 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 6 Apr 2024 11:58:48 +0900 Subject: [PATCH] Fix space --- frontend/src/app/components/amount/amount.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/components/amount/amount.component.html b/frontend/src/app/components/amount/amount.component.html index aba600380..9ca0ba939 100644 --- a/frontend/src/app/components/amount/amount.component.html +++ b/frontend/src/app/components/amount/amount.component.html @@ -20,8 +20,7 @@ Confidential - - ‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis / 100000000 | number : digitsInfo }} + ‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis / 100000000 | number : digitsInfo }} L- tL- t