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 7ee2666 commit a456b87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/company/rc/[rcid]/proforma/[proformaid]/step5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ function Step5() {
};

const handleAdd = (id: number) => {
// eslint-disable-next-line eqeqeq
if (fields.length == 0) {
append({
label: "Applications",
Expand Down Expand Up @@ -344,8 +343,7 @@ function Step5() {
});
setActiveStep(fields.length + 1);
}
// eslint-disable-next-line prettier/prettier
setActiveStep((prevActiveStep) => prevActiveStep + 1); // eslint-disable-next-line prettier/prettier
setActiveStep((prevActiveStep) => prevActiveStep + 1);
}
}
sx={{ mt: 1, mr: 1 }}
Expand Down

0 comments on commit a456b87

Please sign in to comment.