call rewardList after invite status so rewards are updated based on invites
This commit is contained in:
parent
28697c9968
commit
94e3b4eee0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export function doFetchInviteStatus() {
|
|||
|
||||
Lbryio.call('user', 'invite_status')
|
||||
.then(status => {
|
||||
dispatch(doRewardList());
|
||||
dispatch({
|
||||
type: ACTIONS.USER_INVITE_STATUS_FETCH_SUCCESS,
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue