Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix random quote edge cases #5644

Merged
merged 4 commits into from
Apr 19, 2024
Merged

Conversation

walmat
Copy link
Contributor

@walmat walmat commented Apr 19, 2024

  • Fixed some edge cases when user chooses to swap assets
  • Fixed some missing logic in the useSwapWarning hook that prevented warnings from being reset

Comment on lines +397 to +403
inputValues.modify(prev => {
return {
...prev,
outputAmount: 0,
outputNativeValue: 0,
};
});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when we receive a quote error, we want to make sure we reset the output values so that they aren't previous quote values

@skylarbarrera skylarbarrera merged commit e6e501a into develop Apr 19, 2024
5 of 6 checks passed
@skylarbarrera skylarbarrera deleted the @matthew/fix-random-quote-bugs branch April 19, 2024 18:00
BrodyHughes added a commit that referenced this pull request Apr 22, 2024
…eplink-add

* 'develop' of github.com:rainbow-me/rainbow:
  Cover a few more edge cases with showing the swap warnings (#5648)
  refetch quote if a user selects a new assset to sell with a buy asset already selected (#5643)
  Fix random quote edge cases (#5644)
  use dapp metadata where possible (#5629)
  Output chain selection context menu (#5630)
  chore: use native currency balances (#5631)
  browser: android fixes (#5642)
  Review Sheet (#5632)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants