aboutsummaryrefslogtreecommitdiff
path: root/src/store/actions
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-24 11:25:58 -0400
committerIvan Chen <ivan@tagg.id>2021-03-24 11:25:58 -0400
commit6e054a927c390cbc6aba4185921397cdcd867e33 (patch)
treeba5aef8869c721a6c8e09c690f33a2ed9a8e6d04 /src/store/actions
parent4844b69ed6c381fe8e573e77d32302965c4de274 (diff)
cleaned up logic
Diffstat (limited to 'src/store/actions')
-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},