Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 26, 2024
1 parent aa2531c commit 8c9425a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/salaryAndBenefits/SalaryAndBenefits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const SalaryAndBenefits = ({ salaryAndBenefits }: SalaryAndBenefitsProps) => {
calculateSalary(
currentYear,
formState.examinationYear,
formState.selectedDegree
)
formState.selectedDegree,
),
);
};

Expand Down

0 comments on commit 8c9425a

Please sign in to comment.