diff --git a/app/components/UI/Transactions/index.js b/app/components/UI/Transactions/index.js index d6a7d025150..6bbc22e8232 100644 --- a/app/components/UI/Transactions/index.js +++ b/app/components/UI/Transactions/index.js @@ -861,13 +861,6 @@ class Transactions extends PureComponent { descriptionText={strings('transaction.speedup_tx_message')} /> )} - - this.toggleRetry(undefined)} - onConfirmPress={this.retry} - retryIsOpen={this.state.retryIsOpen} - errorMsg={this.state.errorMsg} - /> ); }; @@ -885,6 +878,12 @@ class Transactions extends PureComponent { {(this.state.speedUp1559IsOpen || this.state.cancel1559IsOpen) && this.renderUpdateTxEIP1559Gas(this.state.cancel1559IsOpen)} + this.toggleRetry(undefined)} + onConfirmPress={this.retry} + retryIsOpen={this.state.retryIsOpen} + errorMsg={this.state.errorMsg} + /> ); }; diff --git a/app/components/Views/Asset/__snapshots__/index.test.js.snap b/app/components/Views/Asset/__snapshots__/index.test.js.snap index 333565b0718..cf0ed616ba6 100644 --- a/app/components/Views/Asset/__snapshots__/index.test.js.snap +++ b/app/components/Views/Asset/__snapshots__/index.test.js.snap @@ -36,6 +36,35 @@ exports[`Asset should not display swaps button if the asset is not allowed 1`] = /> + `; @@ -75,5 +104,34 @@ exports[`Asset should render correctly 1`] = ` /> + `;