Skip to content

Conversation

@bohdan-struk-avalabs
Copy link
Collaborator

@bohdan-struk-avalabs bohdan-struk-avalabs commented Jan 6, 2026

Description

Jira tickets:
https://ava-labs.atlassian.net/browse/CP-12844
https://ava-labs.atlassian.net/browse/CP-12994
https://ava-labs.atlassian.net/browse/CP-12839

Changes

Screen.Recording.2026-01-06.at.2.08.41.PM.mov

Testing

Screenshots:

Checklist for the author

Tick each of them when done or if not applicable.

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.


const filteredState = useMemo(() => {
if (!currentEnvironment) {
return state;
Copy link
Contributor

@frichards frichards Jan 8, 2026

Choose a reason for hiding this comment

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

Do we want to at least check on the activeAccount addresses here or make pendingTransfers in state empty array?

Copy link
Contributor

@frichards frichards left a comment

Choose a reason for hiding this comment

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

🌈 🦄 Approved!

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