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(mobile): reflect token fiat value in account list #14446

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

Nodonisko
Copy link
Contributor

@Nodonisko Nodonisko commented Sep 19, 2024

Description

Related Issue

Resolve #14432
Fix #7646

Screenshots:

@Nodonisko Nodonisko requested a review from a team as a code owner September 19, 2024 16:08
@Nodonisko Nodonisko added the mobile Suite Lite issues and PRs label Sep 19, 2024
@@ -44,6 +49,7 @@ export const AccountListItem = ({
onPress,
disabled,
hideTokens = false,
fiatBalance,
Copy link
Contributor

Choose a reason for hiding this comment

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

What abount not passing this as a prop but rather select it inside AccountListItem with a selector?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because sometimes this selector will be called but value will be unused anyway so I don't want to waste resources

@Nodonisko Nodonisko merged commit 95604a1 into develop Sep 21, 2024
16 checks passed
@Nodonisko Nodonisko deleted the fix/assets-list-token-fiat branch September 21, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Suite Lite issues and PRs
Projects
None yet
2 participants