Skip to content

Commit

Permalink
change ID to Id
Browse files Browse the repository at this point in the history
  • Loading branch information
Snorre98 committed Nov 3, 2024
1 parent 3dffc59 commit acbd6d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export function WithdrawnApplications({ recruitmentId, queryKey }: WithdrawnAppl
url={reverse({
pattern: ROUTES.frontend.recruitment_application,
urlParams: {
positionID: application.recruitment_position.id,
gangID: application.recruitment_position.gang.id,
positionId: application.recruitment_position.id,
gangId: application.recruitment_position.gang.id,
},
})}
className={styles.withdrawnLink}
Expand Down

0 comments on commit acbd6d0

Please sign in to comment.