Skip to content

Commit

Permalink
Fix section headers (#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr authored Sep 21, 2023
1 parent b041961 commit 487e21b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const UpdateCompensationRequisitionForm: React.FC<CompensationRequisitionFormPro
<UnsavedChangesPrompt />

<StyledContent>
<Section header="Requisition details">
<Section header="Requisition Details">
<SectionField label="Status" labelWidth="5">
<Select
field="status"
Expand Down Expand Up @@ -200,7 +200,7 @@ const UpdateCompensationRequisitionForm: React.FC<CompensationRequisitionFormPro
</SectionField>
</Section>

<Section header="Financial coding">
<Section header="Financial Coding">
<SectionField label="Product" labelWidth="4">
{acquisitionFile.product?.code ?? ''}
</SectionField>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ exports[`Compensation Requisition UpdateForm component renders as expected 1`] =
<div
class="col"
>
Requisition details
Requisition Details
</div>
</div>
</h2>
Expand Down Expand Up @@ -577,7 +577,7 @@ exports[`Compensation Requisition UpdateForm component renders as expected 1`] =
<div
class="col"
>
Financial coding
Financial Coding
</div>
</div>
</h2>
Expand Down

0 comments on commit 487e21b

Please sign in to comment.