|
|
@ -25,7 +25,7 @@ function getSubmitPath(profile: MarriageProfileResponse | undefined) { |
|
|
: isInCase && profile?.active_case?.status === "male_accepted" |
|
|
: isInCase && profile?.active_case?.status === "male_accepted" |
|
|
? "/request-sent" |
|
|
? "/request-sent" |
|
|
: profile?.status === "pending_onboarding" |
|
|
: profile?.status === "pending_onboarding" |
|
|
? "/rules" |
|
|
|
|
|
|
|
|
? "/terms" |
|
|
: profile?.status === "pending_info" |
|
|
: profile?.status === "pending_info" |
|
|
? "/questions-list" |
|
|
? "/questions-list" |
|
|
: profile?.status === "waiting" |
|
|
: profile?.status === "waiting" |
|
|
|