From 5eaf2e693fc5b25bfd39784d44ac9ff47c62709b Mon Sep 17 00:00:00 2001 From: tomas-salgado Date: Tue, 2 Apr 2024 01:13:09 -0400 Subject: [PATCH] move RemixForm --- .../app/routes/_profile.profile.emails.tsx | 67 +++++++++---------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/apps/member-profile/app/routes/_profile.profile.emails.tsx b/apps/member-profile/app/routes/_profile.profile.emails.tsx index 190abdb55..e6ead060d 100644 --- a/apps/member-profile/app/routes/_profile.profile.emails.tsx +++ b/apps/member-profile/app/routes/_profile.profile.emails.tsx @@ -145,42 +145,39 @@ function EmailAddressSection() { school, personal, work), please add them here. Your primary email is the email where you will receive all ColorStack communications. - - - - + + {emails.length > 1 && ( + - - {emails.length > 1 && ( - - )} - + )} + +