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

ui: fix unsupported asset bugs on markets view #2548

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

buck54321
Copy link
Member

re #2532

@buck54321 buck54321 force-pushed the fix-unsupported-asset-stuff branch from 4dd77b3 to e13a79e Compare September 29, 2023 18:26
@@ -1742,7 +1742,7 @@ export default class MarketsPage extends BasePage {
handleBookRoute (note: BookUpdate) {
app().log('book', 'handleBookRoute:', note)
const mktBook = note.payload
const [b, q] = [app().assets[this.market.base.id], app().assets[this.market.quote.id]]
Copy link
Contributor

Choose a reason for hiding this comment

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

This was the culprit and reading initial from app() which we’ve been doing elsewhere. Thanks for fixing. AFK so can’t run it now but looks gtg.

@buck54321 buck54321 force-pushed the fix-unsupported-asset-stuff branch from 52e87b2 to 4ca4a20 Compare September 29, 2023 23:29
@buck54321 buck54321 force-pushed the fix-unsupported-asset-stuff branch from 4ca4a20 to 396d103 Compare October 17, 2023 13:27
@buck54321 buck54321 merged commit 312d42a into decred:master Oct 17, 2023
5 checks passed
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.

4 participants