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 => {
|
const success = successReward => {
|
||||||
|
dispatch(doRewardList());
|
||||||
dispatch({
|
dispatch({
|
||||||
type: ACTIONS.CLAIM_REWARD_SUCCESS,
|
type: ACTIONS.CLAIM_REWARD_SUCCESS,
|
||||||
data: {
|
data: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue