diff --git a/app/components/UI/Swaps/QuotesView.js b/app/components/UI/Swaps/QuotesView.js index ebc6d36f840..43811450fd4 100644 --- a/app/components/UI/Swaps/QuotesView.js +++ b/app/components/UI/Swaps/QuotesView.js @@ -992,9 +992,9 @@ function SwapsQuotesView({ }; if (isHardwareAddress) { TransactionController.hub.once( - `${transactionMeta.id}:finished`, + `${transactionMeta.id}:confirmed`, (transactionMeta) => { - if (transactionMeta.status === TransactionStatus.submitted) { + if (transactionMeta.status === TransactionStatus.confirmed) { handleSwapTransaction( TransactionController, newSwapsTransactions,