|
|
|
@ -34,9 +34,8 @@ export default function RequiredStepsCard() { |
|
|
|
const profileContext = useMemo( |
|
|
|
() => ({ |
|
|
|
gender: profile?.gender, |
|
|
|
age: profile?.age, |
|
|
|
}), |
|
|
|
[profile?.gender, profile?.age], |
|
|
|
[profile?.gender], |
|
|
|
); |
|
|
|
|
|
|
|
const fallbackRequiredSteps: RequiredStep[] = getQuestionListItems(locale) |
|
|
|
|