Skip to content

Commit

Permalink
Update src/client/pages/Parkeren/useParkerenData.hook.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tim van Oostrom <[email protected]>
  • Loading branch information
OscarBakker and timvanoostrom authored Dec 16, 2024
1 parent e3ede67 commit 18baeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/Parkeren/useParkerenData.hook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const PARKEER_CASE_TYPES: Set<DecosCaseType> = new Set([
CaseType.TouringcarJaarontheffing,
]);

function getParkeervergunningen(
function getVergunningenFromThemaVergunningen(
content: VergunningFrontendV2[] | Vergunning[] | null
) {
return addLinkElementToProperty<VergunningFrontendV2 | Vergunning>(
Expand Down

0 comments on commit 18baeba

Please sign in to comment.