aboutsummaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
Diffstat (limited to 'src/store')
-rw-r--r--src/store/actions/userX.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/actions/userX.ts b/src/store/actions/userX.ts
index 5d49cdf9..6302eb3c 100644
--- a/src/store/actions/userX.ts
+++ b/src/store/actions/userX.ts
@@ -88,7 +88,7 @@ export const loadUserX = (
});
}
});
- loadAllSocialsForUser(userId).then((data) =>
+ loadAllSocialsForUser(userId, token).then((data) =>
dispatch({
type: userXSocialsFetched.type,
payload: {screenType, userId, data},