Skip to content

Commit

Permalink
Merge branch 'main' into MIJN-9880-add-test
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom authored Dec 17, 2024
2 parents c5e2fe0 + 9c91f26 commit 6346940
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client/pages/Parkeren/ParkerenList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export function ParkerenList() {

return (
<ListPagePaginated
items={parkeerVergunningenFromThemaVergunningen}
items={parkeerVergunningenFromThemaVergunningen
.filter(tableConfig[params.kind].filter)
.sort(tableConfig[params.kind].sort)}
backLinkTitle={ThemaTitles.PARKEREN}
title={title ?? ''}
appRoute={AppRoutes['PARKEREN/LIST']}
Expand Down

0 comments on commit 6346940

Please sign in to comment.