hint-palm
This commit is contained in:
parent
98228a7387
commit
1375225ccd
@ -100,7 +100,9 @@ export function InitializationProvider({ children }: InitializationProviderProps
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [dispatch, api, token, location.pathname]);
|
||||
|
||||
if (!isInitialized || (!session?.[source] && !isErrorSession)) {
|
||||
if (!isInitialized
|
||||
// || (!session?.[source] && !isErrorSession)
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user