gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/02: space after the sign


From: gnunet
Subject: [taler-wallet-core] 02/02: space after the sign
Date: Mon, 27 Nov 2023 18:47:29 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 0cc6dc06c9ead43f8227c21a1a2bb3a30c0eeae2
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Nov 27 14:47:19 2023 -0300

    space after the sign
---
 packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx 
b/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
index 27b26f8b7..c785b24df 100644
--- a/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
+++ b/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
@@ -477,7 +477,7 @@ export function RenderAmount({ value, spec, negative, 
withColor, hideSmall }: {
   const { currency, normal, small } = Amounts.stringifyValueWithSpec(value, 
spec)
 
   return <span data-negative={withColor ? neg : undefined} 
class="whitespace-nowrap data-[negative=false]:text-green-600 
data-[negative=true]:text-red-600">
-    {negative ? "-" : undefined}
+    {negative ? "- " : undefined}
     {currency} {normal} {!hideSmall && small && <sup 
class="-ml-1">{small}</sup>}
   </span>
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]