Fix signature on props
This commit is contained in:
@ -127,7 +127,7 @@ const SignUpForm = (): JSX.Element => {
|
||||
}
|
||||
|
||||
type RecaptchaProps = {
|
||||
setRecaptchaToken: (string) => void
|
||||
setRecaptchaToken: (token: string) => void
|
||||
}
|
||||
|
||||
const Recaptcha = (props: RecaptchaProps): JSX.Element => {
|
||||
|
||||
Reference in New Issue
Block a user