From 5d82126ebf76177c09b10f9cb4e1f2a788101769 Mon Sep 17 00:00:00 2001 From: shindigira Date: Thu, 26 Sep 2024 12:30:30 -0700 Subject: [PATCH] WIP --- .../UpdateIdentifyingInformation.tsx | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx b/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx index cf579b44f..76b40d49f 100644 --- a/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx +++ b/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx @@ -15,7 +15,6 @@ import { FormSectionWrapper } from '../../../components/FormSectionWrapper'; import { DisplayField } from '../ViewInstitutionProfile/DisplayField'; import InstitutionDataLabels, { InstitutionHelperText } from '../formHelpers'; import TypesFinancialInstitutionSection from './TypesFinancialInstitutionSection'; -import { processRssdId } from './processRssdId'; import type { UpdateInstitutionType } from './types'; const taxID = 'tax_id'; @@ -69,13 +68,15 @@ function UpdateIdentifyingInformation({ return ( - If your financial institution has a Research, Statistics, Supervision, - Discount Identification (RSSD ID) number, provide it here and we will - pull your Federal Taxpayer Identification Number (TIN) and Federal - prudential regulator from NIC. If not, provide your TIN. + + If your financial institution has a Research, Statistics, Supervision, + Discount Identification (RSSD ID) number, provide it here and we will + pull your Federal Taxpayer Identification Number (TIN) and Federal + prudential regulator from NIC. If not, provide your TIN. + - + /> */} +
+ +
+