From 6e054a927c390cbc6aba4185921397cdcd867e33 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 24 Mar 2021 11:25:58 -0400 Subject: cleaned up logic --- src/store/actions/userX.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store') 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}, -- cgit v1.2.3-70-g09d2