Skip to content

Commit

Permalink
fix(investor-box): update Main-InvestBox.svelte
Browse files Browse the repository at this point in the history
apply fix for Main-InvestBox.svelte regarding incorrect decimal input for either `deposit` or
`recieve` amount submission.

fix #1852;
  • Loading branch information
migbash committed Dec 1, 2023
1 parent adf8a63 commit d942ae2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@
-->
<input
type="number"
step="any"
placeholder=0
class=
"
Expand Down Expand Up @@ -1224,6 +1225,7 @@
-->
<input
type="number"
step="any"
placeholder=0
class=
"
Expand Down

0 comments on commit d942ae2

Please sign in to comment.