mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix signature on props
This commit is contained in:
parent
822fcb1e74
commit
47d6f16961
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ const SignUpForm = (): JSX.Element => {
|
|||
}
|
||||
|
||||
type RecaptchaProps = {
|
||||
setRecaptchaToken: (string) => void
|
||||
setRecaptchaToken: (token: string) => void
|
||||
}
|
||||
|
||||
const Recaptcha = (props: RecaptchaProps): JSX.Element => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue