-
Notifications
You must be signed in to change notification settings - Fork 11
CP-12312: display platform accounts #3308
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
Conversation
| } => { | ||
| const selectedRecentContacts = useSelector(selectRecentContacts) | ||
| const accountCollection = useSelector(selectAccounts) | ||
| const allAccounts = useSelector(selectAccounts) |
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.
this will be adjusted in future platform account send flow ticket.
| }: { | ||
| accounts: AccountCollection | ||
| accounts: Account[] | ||
| isTestnet: boolean |
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.
updated this function, to avoid unnecessary conversion from Account[] <-> AccountCollection
Description
Ticket: CP-12312
Please provide:
Screenshots/Videos
Include relevant screenshots or screen recordings of iOS and Android.
Testing
Dev Testing (if applicable)
Mnemonic wallet
Seeldess wallet
Keystone wallet
QA Testing (if applicable)
Checklist
Please check all that apply (if applicable)