diff --git a/components/Utils/IconMap.tsx b/components/Utils/IconMap.tsx
index d0517682..96435913 100644
--- a/components/Utils/IconMap.tsx
+++ b/components/Utils/IconMap.tsx
@@ -17,7 +17,7 @@ const iconMap: { [key: string]: React.ReactElement } = {
"Aptitude Test": ,
"Technical Interview": ,
"HR Interview": ,
- Recruited: ,
+ Recruited: ,
Other: ,
};
diff --git a/pages/company/rc/[rcid]/proforma/[proformaid]/step5.tsx b/pages/company/rc/[rcid]/proforma/[proformaid]/step5.tsx
index 62127f1e..b04bdddb 100644
--- a/pages/company/rc/[rcid]/proforma/[proformaid]/step5.tsx
+++ b/pages/company/rc/[rcid]/proforma/[proformaid]/step5.tsx
@@ -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(),