Typo fix form previous change
This commit is contained in:
parent
7fe2651d9a
commit
ffe8e1fe72
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user