diff options
author | Sebastian <sebasjm@gmail.com> | 2022-03-11 08:27:39 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-03-11 11:15:06 -0300 |
commit | 9337734a245001f40fe8033e11f2df062fd7560b (patch) | |
tree | bf5992276a4c0bac21700e952832d4244b80e642 /packages | |
parent | 4d66f774c3ad4040f522d2ec52b5b4c2edd2b478 (diff) |
commeting out until configure babel with linaria
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-webextension/src/popup/BalancePage.tsx | 4 |
1 files 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 index 199ff10df..e85c00d60 100644 --- 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} |