Skip to content

Commit

Permalink
fix: pass prop down (#1200)
Browse files Browse the repository at this point in the history
Missed prop when determining link
  • Loading branch information
IanKrieger committed May 23, 2024
1 parent ce0414a commit 9aeee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/registration/RegistrationContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function RegistrationContainer(

{props.children}

<PrivacyPolicy />
<PrivacyPolicy isSearch={props.isSearch} />
</PaddedCardContainer>
</Background>
);
Expand Down

0 comments on commit 9aeee1b

Please sign in to comment.