Skip to content

Commit

Permalink
Fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosalloum committed Nov 5, 2024
1 parent 9ddea45 commit 8e1a206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/DisbursementDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const DisbursementDetails: React.FC<DisbursementDetailsProps> = ({
<>
<Select
id={FieldId.REGISTRATION_CONTACT_TYPE}
label="Registration Contact Type A"
label="Registration Contact Type"
fieldSize="sm"
onChange={updateDraftDetails}
value={details.registrationContactType}
Expand Down
4 changes: 1 addition & 3 deletions src/pages/DisbursementsDrafts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ export const DisbursementsDrafts = () => {
<Table>
<Table.Header>
<Table.HeaderCell>Disbursement name</Table.HeaderCell>
<Table.HeaderCell>
Registration Contact Type B
</Table.HeaderCell>
<Table.HeaderCell>Registration Contact Type</Table.HeaderCell>
<Table.HeaderCell>Asset</Table.HeaderCell>
<Table.HeaderCell>Created at</Table.HeaderCell>
<Table.HeaderCell> </Table.HeaderCell>
Expand Down

0 comments on commit 8e1a206

Please sign in to comment.