completionId: cgen-e72cccfa914f4573ac1471eb67a3f05c
cgen-e72cccfa914f4573ac1471eb67a3f05c
This commit is contained in:
parent
df257c72a9
commit
132ce26fb3
1 changed files with 2 additions and 2 deletions
|
|
@ -1126,8 +1126,8 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({
|
||||||
}, [user]);
|
}, [user]);
|
||||||
|
|
||||||
const profileCompletedByData = useMemo(
|
const profileCompletedByData = useMemo(
|
||||||
() => checkProfileComplete(profile),
|
() => checkProfileComplete(profile, roles),
|
||||||
[profile],
|
[profile, roles],
|
||||||
);
|
);
|
||||||
|
|
||||||
const localOnboardingComplete =
|
const localOnboardingComplete =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue