diff --git a/components/calculator.tsx b/components/calculator.tsx index 94702a6..f8e7be5 100644 --- a/components/calculator.tsx +++ b/components/calculator.tsx @@ -694,8 +694,17 @@ const SalaryCalculator = () => { disabled={formData.degreeType === 'belowBachelor'} > - - + {formData.degreeType === 'bachelor' ? ( + <> + + + + ) : ( + <> + + + + )} @@ -710,8 +719,8 @@ const SalaryCalculator = () => { className="block w-full rounded-md border border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-700 px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent text-gray-900 dark:text-white" > - - + + )}