Skip to content

Commit

Permalink
Updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Aug 1, 2024
1 parent c413a5e commit ca34324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/SearchPage/SearchResultsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const columns: ColumnType<Vve>[] = [
header: "",
dataIndex: "id",
minWidth: 125,
render: (id) => <RouterLink label="Start traject" path={ `vve/${ id }/zaken/nieuw` } />
render: () => <RouterLink label="Start traject" path="" />
}
]

Expand Down

0 comments on commit ca34324

Please sign in to comment.