From 4a0a57e7f656fd7eccf559ca82d687ecc1cdadfc Mon Sep 17 00:00:00 2001 From: S T Date: Fri, 31 May 2024 09:34:47 -0700 Subject: [PATCH] Removed 'Additional Details' from Complete your User Profile & Update your Financial Institution Profile (#592) closes #577 ## Note - Zod schema and formatting helper functions will be kept in -- incase of future use ## Changes - chore(additional_details): removed just the UI elements ## How to test this PR 1. Test Complete your User Profile (No Associations) -- verify requests still go through with the proper data body 2. Test Update your Financial Institution Profile -- verify requests still go through with the proper data body ## Screenshots Screenshot 2024-05-29 at 3 58 24 AM Screenshot 2024-05-29 at 3 55 05 AM --- src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx | 3 --- src/pages/ProfileForm/CreateProfileForm/index.tsx | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx b/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx index d31650df8..88193be90 100644 --- a/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx +++ b/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx @@ -24,7 +24,6 @@ import type { InstitutionDetailsApiType } from 'types/formTypes'; import { Five } from 'utils/constants'; import { updateFinancialProfileKeyLogic } from 'utils/getFormErrorKeyLogic'; import getIsRoutingEnabled from 'utils/getIsRoutingEnabled'; -import AdditionalDetails from './AdditionalDetails'; import FinancialInstitutionDetailsForm from './FinancialInstitutionDetailsForm'; import UpdateAffiliateInformation from './UpdateAffiliateInformation'; import UpdateIdentifyingInformation from './UpdateIdentifyingInformation'; @@ -147,8 +146,6 @@ export default function UFPForm({ {...{ register, formErrors, watch }} heading='Update your parent entity information' /> - -