chore: update build
This commit is contained in:
parent
210668bdfd
commit
73742cd17f
1 changed files with 4 additions and 0 deletions
4
dist/bundle.js
vendored
4
dist/bundle.js
vendored
|
@ -4271,6 +4271,10 @@ function doSendSupport(amount, claimId, uri, successCallback, errorCallback) {
|
|||
displayType: ['snackbar']
|
||||
}));
|
||||
|
||||
dispatch({
|
||||
type: ACTIONS.SUPPORT_TRANSACTION_COMPLETED
|
||||
});
|
||||
|
||||
if (successCallback) {
|
||||
successCallback();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue