Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Sep 26, 2024
1 parent 7f79db4 commit 5d82126
Showing 1 changed file with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -69,13 +68,15 @@ function UpdateIdentifyingInformation({
return (
<FormSectionWrapper>
<SectionIntro heading='Update your financial institution identifying information'>
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.
<del>
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.
</del>
</SectionIntro>
<WellContainer className='u-mt30'>
<InputEntry
{/* <InputEntry
id={rssdID}
label={InstitutionDataLabels.rssd}
helperText={InstitutionHelperText.rssd}
Expand All @@ -85,7 +86,14 @@ function UpdateIdentifyingInformation({
value={rssdIdValue}
errorMessage={formErrors[rssdID]?.message}
showError
/>
/> */}
<div className='mb-[1.875rem]'>
<DisplayField
label={InstitutionDataLabels.rssd}
value={rssdIdValue}
/>
</div>

<InputEntry
id={taxID}
label={InstitutionDataLabels.tin}
Expand Down

0 comments on commit 5d82126

Please sign in to comment.