-
Notifications
You must be signed in to change notification settings - Fork 579
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
Update send flow snap #3167
base: main
Are you sure you want to change the base?
Update send flow snap #3167
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3167 +/- ##
=======================================
Coverage 94.93% 94.94%
=======================================
Files 507 508 +1
Lines 11184 11196 +12
Branches 1722 1726 +4
=======================================
+ Hits 10618 10630 +12
Misses 566 566 ☔ View full report in Codecov by Sentry. |
placeholder="Enter receiving address" | ||
value={flushToAddress ? '' : undefined} | ||
/> | ||
{displayClearIcon && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The AddressInput
component has a clear icon built-in.
Updated the send flow example snap to use the new
AddressInput
component.