npub doesn't work so hide from contact form

This commit is contained in:
Paul Miller
2023-05-11 10:56:09 -05:00
parent cbd990d820
commit 7c802fde54
6 changed files with 9 additions and 6 deletions

View File

@@ -16,11 +16,11 @@ export function ContactForm(props: { handleSubmit: SubmitHandler<ContactFormValu
<TextField {...props} placeholder='Satoshi' value={field.value} error={field.error} label="Name" />
)}
</Field>
<Field name="npub" validate={[]}>
{/* <Field name="npub" validate={[]}>
{(field, props) => (
<TextField {...props} placeholder='npub...' value={field.value} error={field.error} label="Nostr npub or NIP-05 (optional)" />
)}
</Field>
</Field> */}
</VStack>
</div>
<Button type="submit" intent="blue" class="w-full flex-none">