From 94e3b4eee05e0e12030824442fcfe611e5abe68e Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 4 Feb 2019 12:01:22 -0500 Subject: [PATCH] call rewardList after invite status so rewards are updated based on invites --- src/redux/actions/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redux/actions/user.js b/src/redux/actions/user.js index 36bad29..c76fd30 100644 --- a/src/redux/actions/user.js +++ b/src/redux/actions/user.js @@ -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: {