fix(renderfixes): some strange rendering fixes that should have been caught long time ago
This commit is contained in:
@@ -20,6 +20,7 @@ export const SessionProvider = ({
|
||||
useEffect(() => {
|
||||
fetchModules();
|
||||
fetchSettings();
|
||||
console.log("settings grab ran");
|
||||
fetchUserRoles();
|
||||
fetchSubModules();
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user