Loading ...
;
}
return
{balances.length > 0 && }
{Object.keys(byDate).map(d => {
return
{d}
{byDate[d].map((tx, i) => (
))}
})}
}
function TransactionItem(props: { tx: Transaction }): JSX.Element {
const tx = props.tx;
switch (tx.type) {
case TransactionType.Withdrawal:
return (