From 3fbe81040636c3b74426b8bb5eeffb0d574035f5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 19 May 2022 11:52:36 -0500 Subject: [PATCH] Crom, I have never prayed to you before. I have no tongue for it. --- app/soapbox/containers/soapbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index 79329f3000..cde450e652 100644 --- a/app/soapbox/containers/soapbox.tsx +++ b/app/soapbox/containers/soapbox.tsx @@ -48,7 +48,7 @@ store.dispatch(checkOnboardingStatus() as any); /** Load initial data from the backend */ const loadInitial = () => { // @ts-ignore - return async (dispatch, getState) => { + return async(dispatch, getState) => { // Await for authenticated fetch await dispatch(fetchMe()); // Await for feature detection