Bug fix. the UI was not resetting the max on the slider as expected, nor properly validating for unacceptable offer creation.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC4bb8240bd8d5: [Cashtab] Prevent creation of unacceptable agora offers
npm test
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Update useEffect to validate min qty when total qty changes, remove useEffect that changed min qty when total qty changed
cashtab/src/components/Etokens/Token/index.tsx | ||
---|---|---|
665 ↗ | (On Diff #51928) | imo this was the wrong approach. we do not want to "auto change" Something that the user had set. Also this was only working for typed adjustments. |