diff --git a/src/mobile/src/ui/views/wallet/History.js b/src/mobile/src/ui/views/wallet/History.js index f732fc208d..15d9652afe 100644 --- a/src/mobile/src/ui/views/wallet/History.js +++ b/src/mobile/src/ui/views/wallet/History.js @@ -146,6 +146,7 @@ class History extends Component { newProps.isPromotingTransaction || newProps.isRetryingFailedTransaction, isRetryingFailedTransaction: newProps.isRetryingFailedTransaction, + isFailedTransaction: !newBundleProps.broadcasted, bundleIsBeingPromoted: newProps.currentlyPromotingBundleHash === modalProps.bundle && !newBundleProps.persistence, });