feat: update ESLint and TypeScript configurations across frontend and backend; enhance component structure and improve data handling in various modules
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
lastUserState = currentUser;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// Evitar loop: só verificar se currentUser realmente mudou
|
||||
// Comparar dados, não o objeto proxy
|
||||
const currentData = currentUser?.data;
|
||||
@@ -104,7 +104,7 @@
|
||||
hasAccess = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// Se ainda está carregando (undefined), aguardar
|
||||
isChecking = true;
|
||||
hasAccess = false;
|
||||
|
||||
Reference in New Issue
Block a user