gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: fix #7457


From: gnunet
Subject: [taler-wallet-core] 02/02: fix #7457
Date: Fri, 18 Nov 2022 17:29:49 +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 2146aac17d214763ad4141e20a6d17c01548f846
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Nov 18 13:29:38 2022 -0300

    fix #7457
---
 packages/demobank-ui/src/pages/home/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/demobank-ui/src/pages/home/index.tsx 
b/packages/demobank-ui/src/pages/home/index.tsx
index 28a7258f0..63e09d64d 100644
--- a/packages/demobank-ui/src/pages/home/index.tsx
+++ b/packages/demobank-ui/src/pages/home/index.tsx
@@ -2285,8 +2285,8 @@ function Account(Props: any): VNode {
       <section id="assets">
         <div class="asset-summary">
           <h2>{i18n`Bank account balance`}</h2>
-          {data.balance.credit_debit_indicator == "debit" ? <b>-</b> : null}
           <div class="large-amount amount">
+            {data.balance.credit_debit_indicator == "debit" ? <b>-</b> : null}
             <span class="value">{`${balanceValue}`}</span>&nbsp;
             <span class="currency">{`${balance.currency}`}</span>
           </div>

-- 
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]