Removing send ether button

This commit is contained in:
Richard Ramos 2018-10-10 15:35:42 -04:00
parent a27d230c4c
commit a29564593d
3 changed files with 900 additions and 723 deletions

File diff suppressed because it is too large Load Diff

View File

@ -254,7 +254,7 @@ class Status extends Component {
<Typography variant="display1">
Relayer
</Typography>
{ isDev && <Button className={classes.button} color="primary" aria-label="Add ether" onClick={this.sendEther} disabled={submitState.etherSend}>
{ false && isDev && <Button className={classes.button} color="primary" aria-label="Add ether" onClick={this.sendEther} disabled={submitState.etherSend}>
<AddIcon className={classes.icon} />
Send ether
</Button> }

View File

@ -263,7 +263,7 @@ class Status extends Component {
<Typography variant="display1">
Relayer
</Typography>
{ isDev && <Button className={classes.button} color="primary" aria-label="Add ether" onClick={this.sendEther} disabled={submitState.etherSend}>
{ false && isDev && <Button className={classes.button} color="primary" aria-label="Add ether" onClick={this.sendEther} disabled={submitState.etherSend}>
<AddIcon className={classes.icon} />
Send ether
</Button> }