-
Notifications
You must be signed in to change notification settings - Fork 984
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
[Fixed #8008] Fixed DApps permission regression #8010
Conversation
Jenkins BuildsClick to see older builds (18)
|
f65595e
to
5cb7cf7
Compare
(re-frame/reg-sub | ||
::dapps | ||
(fn [db] | ||
(:contacts/dapps db))) |
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.
minor nitpick - is there any value in having this as a local sub as opposed to just nesting (:contacts/dapps db)
in the calling code?
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.
No personal opinion on this. I just reverted some previously deleted code.
we don't have dapps in contacts anymore, we removed them when implemented dap.ps discovery dapp, so i prepared the proper fix for this issue #8017, thanks |
Closing in favour of #8017 |
Pull Request Checklist
|
fixes #8008
Summary
Fixed regression breaking DApps permission screen.
status: ready