mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-14 21:47:26 +00:00
small cleanup
This commit is contained in:
parent
ea0ea87ba1
commit
46a063bab5
@ -8,7 +8,6 @@ class ERC20TokenUI extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
|
||||
balanceOf: 0,
|
||||
transferTo: "",
|
||||
transferAmount: 0,
|
||||
@ -65,8 +64,8 @@ class ERC20TokenUI extends React.Component {
|
||||
}
|
||||
|
||||
render(){
|
||||
return (<React.Fragment>
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<h2> Set token contract address</h2>
|
||||
<Form inline>
|
||||
<FormGroup>
|
||||
@ -75,8 +74,6 @@ class ERC20TokenUI extends React.Component {
|
||||
onChange={(e) => this.contractAddress(e)} />
|
||||
</FormGroup>
|
||||
</Form>
|
||||
|
||||
|
||||
<h3> Read account token balance</h3>
|
||||
<Form inline>
|
||||
<FormGroup>
|
||||
|
@ -13,13 +13,10 @@ class App extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
|
||||
}
|
||||
|
||||
componentDidMount(){
|
||||
__embarkContext.execWhenReady(() => {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user