commeting out until configure babel with linaria
This commit is contained in:
parent
4d66f774c3
commit
9337734a24
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user