diff --git a/src/components/LoanCalculator.js b/src/components/LoanCalculator.js index 4215074..98d795d 100644 --- a/src/components/LoanCalculator.js +++ b/src/components/LoanCalculator.js @@ -33,7 +33,7 @@ const LoanCalculator = () => { setInterestRate(event.target.value)}/> setLoanDuration(event.target.value)}/> -

+

Monthly Payment: ${monthlyPayment.toFixed(2)}

Principal Paid: ${loanAmount}
Interest Paid: ${interestPaid.toFixed(2)}