Browse Source
Remove close button on last step of Send flow
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
0 additions and
1 deletions
-
src/components/modals/Send/steps/04-step-confirmation.js
|
|
@ -86,7 +86,6 @@ export function StepConfirmationFooter({ |
|
|
|
optimisticOperation && account && getAccountOperationExplorer(account, optimisticOperation) |
|
|
|
return ( |
|
|
|
<Fragment> |
|
|
|
<Button onClick={closeModal}>{t('app:common.close')}</Button> |
|
|
|
{optimisticOperation ? ( |
|
|
|
url ? ( |
|
|
|
<Button |
|
|
|