Skip to content

Commit

Permalink
Update frontend/src/PagesAdmin/RecruitmentApplicantAdminPage/Recruitm…
Browse files Browse the repository at this point in the history
…entApplicantAdminPage.tsx

Co-authored-by: Snorre Sæther <[email protected]>
  • Loading branch information
nemisis84 and Snorre98 authored Nov 15, 2024
1 parent 28d331a commit dca8ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function RecruitmentApplicantAdminPage() {
]}
data={
otherRecruitmentApplications
? otherRecruitmentApplication.map((element) => {
? otherRecruitmentApplications.map((element) => {
return {
cells: [
{
Expand Down

0 comments on commit dca8ac8

Please sign in to comment.