forked from mantinedev/next-app-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
"if i try to market sell on the fail market, it always sets the size to 1, regardless of how many id like to sell"
https://discord.com/channels/1155877543174475859/1178032815221264405/1187456993582137354
Additional context
Likely a bug with the filter / setAmount method's we've created in the app.
| const maxOrderAmount = () => { |
| const amountValidator = (value: number) => { |
I think this uses the max value or something or it's not properly updating and passing the value...
| onChange={(e) => { |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working