Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grctest committed Sep 11, 2024
1 parent 9bf7ab6 commit 3af6fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/components/CreatePrediction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,7 @@ export default function Prediction(properties) {
setCommissionFunction(0.01);
} else {
setCommissionFunction(parsedInput);
}

e.currentTarget.value = input;

}
}, 500),
[]
);
Expand Down
5 changes: 1 addition & 4 deletions src/components/SameTFunds.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,7 @@ export default function SameTFunds(properties) {
setCommissionFunction(0.01);
} else {
setCommissionFunction(parsedInput);
}

e.currentTarget.value = input;

}
}, 500),
[]
);
Expand Down

0 comments on commit 3af6fd2

Please sign in to comment.