Typo fix form previous change

This commit is contained in:
Josh 2025-03-11 13:57:56 +00:00
parent 7fe2651d9a
commit ffe8e1fe72

View File

@ -142,7 +142,7 @@ function LoanRepayment({
<input type="number"
value={extraPayment}
onChange={(e) => setExtraPayment(e.target.value)}
placeholder="Enter any additional monthly payment" />
placeholder="Enter any additional monthly payment"
/>
</div>
<div className="input-group">