SoapboxMount: do load, even if something fails

next
Alex Gleason 2 years ago
parent e0cc53038a
commit 7363d9c7f8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -96,7 +96,7 @@ const SoapboxMount = () => {
dispatch(loadInitial()).then(() => {
setIsLoaded(true);
}).catch(() => {
setIsLoaded(false);
setIsLoaded(true);
});
}, []);

Loading…
Cancel
Save