map to forEach

This commit is contained in:
Victor Baranov 2018-11-08 14:27:56 +03:00
parent 153337e57f
commit fcde550589
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class AccountList extends Component {
renderAccounts = () => {
const rows = []
this.props.accounts.map((a, i) => {
this.props.accounts.forEach((a, i) => {
rows.push(
<div className="hw-account-list__item" key={a.address}>
<div className="hw-account-list__item__radio">