Browse Source

spv claim interest estimate error toaster

v0.25
pbca26 7 years ago
parent
commit
6a0e9115b1
  1. 7
      react/src/components/dashboard/claimInterestModal/claimInterestModal.js

7
react/src/components/dashboard/claimInterestModal/claimInterestModal.js

@ -228,6 +228,13 @@ class ClaimInterestModal extends React.Component {
this.confirmClaimInterest();
}
} else {
Store.dispatch(
triggerToaster(
sendPreflight.result,
'Error',
'error'
)
);
this.setState(Object.assign({}, this.state, {
spvPreflightSendInProgress: false,
}));

Loading…
Cancel
Save