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

Add updated props for address component #2833

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

david0xd
Copy link
Contributor

@david0xd david0xd commented Oct 11, 2024

Update props of address component to get it work in more flexible way.

Integration PR for metamask-extension: MetaMask/metamask-extension#27798

Related ticket: #2758

@david0xd david0xd self-assigned this Oct 11, 2024
@david0xd david0xd marked this pull request as ready for review October 14, 2024 10:26
@david0xd david0xd requested a review from a team as a code owner October 14, 2024 10:26
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.44%. Comparing base (a4e654a) to head (11780d8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2833   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files         484      484           
  Lines       10324    10324           
  Branches     1574     1574           
=======================================
  Hits         9751     9751           
  Misses        573      573           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 13 to 15
truncate?: boolean;
displayName?: boolean;
avatar?: boolean;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
truncate?: boolean;
displayName?: boolean;
avatar?: boolean;
truncate?: boolean | undefined;
displayName?: boolean | undefined;
avatar?: boolean | undefined;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants