Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pazernykormoran committed Sep 8, 2024
1 parent 85db3b2 commit c0ee836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/job/CompanyOffers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function CompanyOffers() {
newLabel={i == 0}
key={job.arrayIndex}
job={job}
index={i}
index={job.arrayIndex}
numberOfApplicants={contractElement?.applicants.length}
/>
)
Expand Down

0 comments on commit c0ee836

Please sign in to comment.