taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9337734a245001f40fe8033e11f2df062fd7560b
parent 4d66f774c3ad4040f522d2ec52b5b4c2edd2b478
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 11 Mar 2022 08:27:39 -0300

commeting out until configure babel with linaria

Diffstat:
Mpackages/taler-wallet-webextension/src/popup/BalancePage.tsx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/popup/BalancePage.tsx b/packages/taler-wallet-webextension/src/popup/BalancePage.tsx @@ -117,9 +117,9 @@ export function BalanceView({ return ( <Fragment> - {pending.length > 0 ? ( + {/* {pending.length > 0 ? ( <PendingTransactions transactions={pending} /> - ) : undefined} + ) : undefined} */} <section> <BalanceTable balances={balances}