fetch rewards after successfully claiming reward
This commit is contained in:
parent
c518e39e5f
commit
cbcdfb187a
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export function doClaimRewardType(rewardType, options) {
|
|||
});
|
||||
|
||||
const success = successReward => {
|
||||
dispatch(doRewardList());
|
||||
dispatch({
|
||||
type: ACTIONS.CLAIM_REWARD_SUCCESS,
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue