Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
6 deletions
-
src/components/modals/Send/index.js
|
|
@ -278,13 +278,9 @@ class SendModal extends Component<Props, State<*>> { |
|
|
|
name={MODAL_SEND} |
|
|
|
onBeforeOpen={this.handleBeforeOpenModal} |
|
|
|
preventBackdropClick={!canClose} |
|
|
|
onClose={canClose ? this.handleReset : undefined} |
|
|
|
render={({ onClose }) => ( |
|
|
|
<ModalBody |
|
|
|
onClose={() => { |
|
|
|
this.handleReset() |
|
|
|
onClose() |
|
|
|
}} |
|
|
|
> |
|
|
|
<ModalBody onClose={onClose}> |
|
|
|
<PollCounterValuesOnMount /> |
|
|
|
<SyncSkipUnderPriority priority={80} /> |
|
|
|
{account && <SyncOneAccountOnMount priority={81} accountId={account.id} />} |
|
|
|