commeting out until configure babel with linaria

This commit is contained in:
Sebastian 2022-03-11 08:27:39 -03:00
parent 4d66f774c3
commit 9337734a24
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -117,9 +117,9 @@ export function BalanceView({
return ( return (
<Fragment> <Fragment>
{pending.length > 0 ? ( {/* {pending.length > 0 ? (
<PendingTransactions transactions={pending} /> <PendingTransactions transactions={pending} />
) : undefined} ) : undefined} */}
<section> <section>
<BalanceTable <BalanceTable
balances={balances} balances={balances}