-
Notifications
You must be signed in to change notification settings - Fork 333
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 bug where flag stakePrograms was not checked into account screen,β¦ #8059
Fix bug where flag stakePrograms was not checked into account screen,β¦ #8059
Conversation
β¦ add check on flag into bitcoin header actions
The latest updates on your projects. Learn more about Vercel for Git βοΈ 5 Skipped Deployments
|
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.
Looks like duplicated check, but that is better than no check
apps/ledger-live-desktop/src/renderer/families/bitcoin/AccountHeaderManageActions.ts
Outdated
Show resolved
Hide resolved
apps/ledger-live-desktop/src/renderer/families/bitcoin/AccountHeaderManageActions.ts
Outdated
Show resolved
Hide resolved
apps/ledger-live-desktop/src/renderer/families/bitcoin/AccountHeaderManageActions.ts
Show resolved
Hide resolved
apps/ledger-live-desktop/src/renderer/families/bitcoin/AccountHeaderManageActions.ts
Show resolved
Hide resolved
Generating screenshots: workflow ended Jobs status: |
88cdfb0
Generating screenshots: workflow ended Jobs status: |
Generating screenshots: workflow ended Jobs status: |
Generating screenshots: workflow ended Jobs status: |
9c9ed8f
π Description
This PR fixes a bug where the
stakePrograms
flag was not checked into the Account tab screen therefore even if a currency was disabled on it, it would show thestake
entrypoint.There is also an additional check for bitcoin action on the stakePrograms to be sure it's not displayed anywhere if disabled.
π§ Checklist for the PR Reviewers