Skip to content

Commit

Permalink
Merge pull request #17 from UniqueClone/main
Browse files Browse the repository at this point in the history
Removing random defaults.
  • Loading branch information
UniqueClone authored Jun 26, 2024
2 parents 901994c + a555ee2 commit 740dcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MortgageComparison/MortgageComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MortgageComparison: React.FC<MortgageComparisonProps> = () => {
const [useGlobalInterestRate, setUseGlobalInterestRate] =
React.useState(true);

const [maxLoan, setMaxLoan] = React.useState(407213);
const [maxLoan, setMaxLoan] = React.useState(0);

const [term, setTerm] = React.useState(35);

Expand Down

0 comments on commit 740dcfe

Please sign in to comment.