Skip to content

Commit

Permalink
Update manage screen to support min/max whitelist validation
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomg committed Apr 9, 2018
1 parent f009139 commit 5437728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/manage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,12 @@ export class Manage extends Component {
}

whitelistInputBlock = index => {
const { tokenStore } = this.props
return (
<WhitelistInputBlock
key={index.toString()}
num={index}
decimals={tokenStore.decimals}
/>
)
}
Expand Down

0 comments on commit 5437728

Please sign in to comment.