Skip to content

Commit

Permalink
Applications recruited added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushabh2805 committed Oct 12, 2024
1 parent 1412e2d commit c59e360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Utils/IconMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const iconMap: { [key: string]: React.ReactElement } = {
"Aptitude Test": <AssignmentIcon fontSize="large" />,
"Technical Interview": <PeopleIcon fontSize="large" />,
"HR Interview": <HandshakeIcon fontSize="large" />,
Recruited: <AttachFileIcon fontSize="large" />,
Recruited: <AttachFileIcon fontSize='large' />,
Other: <AttachFileIcon fontSize="large" />,
};

Expand Down
2 changes: 1 addition & 1 deletion pages/company/rc/[rcid]/proforma/[proformaid]/step5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function Step5() {
const { fieldArray } = data;
let push = 1;
let count = 0;
// eslint-disable-next-line no-loop-func
// eslint-disable-next-line no-loop-fun
for (let i = 0; i < fieldArray.length; i += 1) {
fieldArray[i].proforma_id = parseInt(
(proformaid || "").toString(),
Expand Down

0 comments on commit c59e360

Please sign in to comment.