[#96] 'Send transaction' screen shows up automatically

This commit is contained in:
Andrey Shovkoplyas 2019-02-22 18:25:05 +03:00 committed by Barry G
parent 04bd892151
commit 77d9394d21
1 changed files with 1 additions and 1 deletions

View File

@ -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>