Skip to content

Commit

Permalink
fix: [#173398774] show a proper message if credit card insertion is s…
Browse files Browse the repository at this point in the history
…uccessful or not (#2078)
  • Loading branch information
Undermaken authored Jul 21, 2020
1 parent ca2dc6a commit da1ab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/screens/wallet/ConfirmCardDetailsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const mapDispatchToProps = (
} else {
dispatch(
navigateToWalletHome({
newMethodAdded: true,
newMethodAdded: maybeWallet.isSome(),
keyFrom: props.navigation.getParam("keyFrom")
})
);
Expand Down

0 comments on commit da1ab9c

Please sign in to comment.