diff --git a/src/App.tsx b/src/App.tsx index 2afc732..6808572 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -45,7 +45,7 @@ const App = () => { return (
-
+

CPF Contribution Calculator

@@ -57,51 +57,53 @@ const App = () => { )}

- setAgeGroup(ageGroups[Number(e.target.value)])} - > - {ageGroups.map(({ description }, index) => { - return ( - - ); - })} - - setSelectedYear(e.target.value)} - > - {cpfIncomeCeilings.map(({ year }) => { - if (year === "SEPT2023") { +
+ setAgeGroup(ageGroups[Number(e.target.value)])} + > + {ageGroups.map(({ description }, index) => { return ( - ); - } + })} + + setSelectedYear(e.target.value)} + > + {cpfIncomeCeilings.map(({ year }) => { + if (year === "SEPT2023") { + return ( + + ); + } - return ( - - ); - })} - - setGrossIncome(Number(e.target.value))} - /> -
- This is for illustration purposes only. No data are being stored. + return ( + + ); + })} + + setGrossIncome(Number(e.target.value))} + /> +
+ This is for illustration purposes only. No data are being stored. +
{Boolean(grossIncome) && (