SoapboxMount: do load, even if something fails
This commit is contained in:
@ -96,7 +96,7 @@ const SoapboxMount = () => {
|
||||
dispatch(loadInitial()).then(() => {
|
||||
setIsLoaded(true);
|
||||
}).catch(() => {
|
||||
setIsLoaded(false);
|
||||
setIsLoaded(true);
|
||||
});
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user