Skip to content

Commit

Permalink
feat: ensure legal links are rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
mebo4b committed Oct 8, 2021
1 parent 8e7393d commit a2aac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/registration/Registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Registration = ({

return (
<StageLayout
showLegalLinks={!showWelcomeScreen}
showLegalLinks={true}
showLoginLink={!showWelcomeScreen}
stage={<Stage hasAnimation isReady={consultingType != null} />}
>
Expand Down

0 comments on commit a2aac14

Please sign in to comment.