diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index 9cb520366..44b661cf9 100644 --- a/app/soapbox/containers/soapbox.tsx +++ b/app/soapbox/containers/soapbox.tsx @@ -96,7 +96,7 @@ const SoapboxMount = () => { dispatch(loadInitial()).then(() => { setIsLoaded(true); }).catch(() => { - setIsLoaded(false); + setIsLoaded(true); }); }, []);