- {accounts.map(account => (
-
-
Balance: {account.balance}
-
Transactions: {account.transactions.length}
-
-
-
-
- ))}
- {props.canCreateAccount && newAccount !== null ? (
-
-
-
- ) : (
-
You cannot create new account
- )}
-
+
+ // {accounts.map(account => (
+ //
+ //
Balance: {formatBTC(account.balance)}
+ //
Transactions: {account.transactions.length}
+ //
+ //
+ //
+ //
+ // ))}
+ // {props.canCreateAccount && newAccount !== null ? (
+ //
+ //
+ //
+ // ) : (
+ //
You cannot create new account
+ // )}
+ //
+ // )
+ // },
}
type InputValue = {
@@ -211,6 +223,7 @@ class AddAccountModal extends PureComponent