mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
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…
Add table
Reference in a new issue