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 18baeba commit f43f31b
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 @@ -47,7 +47,7 @@ export function useParkerenData() {
: VERGUNNINGENv2.content) ?? [];

const parkeerVergunningenFromThemaVergunningen =
getParkeervergunningen(vergunningen);
getVergunningenFromThemaVergunningen(vergunningen);
const hasMijnParkerenVergunningen = !!PARKEREN.content?.isKnown;

return {
Expand Down

0 comments on commit f43f31b

Please sign in to comment.