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

Jon/tx-list-chart #5433

Merged
merged 4 commits into from
Jan 29, 2025
Merged

Jon/tx-list-chart #5433

merged 4 commits into from
Jan 29, 2025

Conversation

Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Jan 23, 2025

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

src/components/scenes/CoinRankingDetailsScene.tsx Outdated Show resolved Hide resolved
src/components/scenes/CoinRankingDetailsScene.tsx Outdated Show resolved Hide resolved
src/components/charts/SwipeChart.tsx Outdated Show resolved Hide resolved
@@ -59,6 +62,7 @@ function TransactionListComponent(props: Props) {
const tokenId = checkToken(route.params.tokenId, wallet.currencyConfig.allTokens)
const { pluginId } = wallet.currencyInfo
const { currencyCode } = tokenId == null ? wallet.currencyInfo : wallet.currencyConfig.allTokens[tokenId]
const { displayName } = tokenId == null ? wallet.currencyInfo : wallet.currencyConfig.allTokens[tokenId]
Copy link
Contributor

Choose a reason for hiding this comment

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

You could just delete this line, and do const { currencyCode, displayName } = ... above.

src/components/scenes/TransactionListScene2.tsx Outdated Show resolved Hide resolved
@Jon-edge Jon-edge force-pushed the jon/tx-list-chart branch 4 times, most recently from 442c7ff to d5ae6c9 Compare January 28, 2025 06:20
@Jon-edge Jon-edge merged commit 380d100 into develop Jan 29, 2025
2 checks passed
@Jon-edge Jon-edge deleted the jon/tx-list-chart branch January 29, 2025 07:10
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