[#96] 'Send transaction' screen shows up automatically
This commit is contained in:
parent
04bd892151
commit
77d9394d21
|
@ -173,7 +173,7 @@ class InnerForm extends React.Component {
|
||||||
|
|
||||||
<div style={{display: 'flex', flexDirection: 'row-reverse', marginTop: '16px', marginBottom: '16px'}}>
|
<div style={{display: 'flex', flexDirection: 'row-reverse', marginTop: '16px', marginBottom: '16px'}}>
|
||||||
{!isSubmitting ?
|
{!isSubmitting ?
|
||||||
<ArrowButton onClick={(e) => {
|
<ArrowButton type="button" onClick={(e) => {
|
||||||
this.onRegisterClick(this.props);
|
this.onRegisterClick(this.props);
|
||||||
}}>
|
}}>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue