Skip to content

Commit

Permalink
feat: conservation de la distance et de la pertinence du tri
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr committed Apr 26, 2024
1 parent 8b89a2e commit d5bd39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/ItemDetail/ItemDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const getItemDetails = async ({ selectedItem, trainings, jobs, setTrainingsAndSe
lbaCompanies: jobs.lbaCompanies,
matchas: jobs.matchas.map((v) => {
if (v.id === jobWithDetails.id) {
jobWithDetails.place.distance = v.place.distance
return jobWithDetails
}
return v
Expand Down

0 comments on commit d5bd39a

Please sign in to comment.