Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Update isFailedTransaction prop when modal props are updated (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
laumair authored and cvarley100 committed Feb 8, 2019
1 parent d262f5b commit c4b1d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobile/src/ui/views/wallet/History.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit c4b1d83

Please sign in to comment.