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')
|
Lbryio.call('user', 'invite_status')
|
||||||
.then(status => {
|
.then(status => {
|
||||||
|
dispatch(doRewardList());
|
||||||
dispatch({
|
dispatch({
|
||||||
type: ACTIONS.USER_INVITE_STATUS_FETCH_SUCCESS,
|
type: ACTIONS.USER_INVITE_STATUS_FETCH_SUCCESS,
|
||||||
data: {
|
data: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue