Skip to content

Commit

Permalink
Rename keys in useValues hook for improved clarity in HolidayRentalRe…
Browse files Browse the repository at this point in the history
…gistrations
  • Loading branch information
remyvdwereld committed Jan 2, 2025
1 parent 2a41c1c commit c73039f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default (registration: HolidayRentalRegistration) => {
"Aanvrager": requesterName,
"E-mail": requester?.email,
"Aangemaakt": <DateDisplay date={createdAt} emptyText="-" />,
"Overeenkomstdatum": <DateDisplay date={agreementDate} emptyText="-" />,
"Verzoek voor B&B": requestForBedAndBreakfast ? "Ja" : "Nee"
"Overeenkomst": <DateDisplay date={agreementDate} emptyText="-" />,
"B&B verzoek": requestForBedAndBreakfast ? "Ja" : "Nee"
}

return values
Expand Down

0 comments on commit c73039f

Please sign in to comment.