From f34b4b8e023568929091166f92b3eb6b6929aabc Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 29 Apr 2024 16:42:04 -0500 Subject: [PATCH] hide lightning address field for new profiles --- src/components/EditProfileForm.tsx | 32 +++++++++++++++++------------- src/routes/setup/NewProfile.tsx | 2 +- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/components/EditProfileForm.tsx b/src/components/EditProfileForm.tsx index d940f263..b616b98f 100644 --- a/src/components/EditProfileForm.tsx +++ b/src/components/EditProfileForm.tsx @@ -101,20 +101,24 @@ export function EditProfileForm(props: { /> )} - - {(field, props) => ( - - )} - + + + {(field, props) => ( + + )} + +