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

Single Screen Interaction, Approve Button Fix and Code Cleanup #9

Merged
merged 6 commits into from
Mar 4, 2024
Prev Previous commit
Next Next commit
chore: change selector for Approve button on connecting with wallet UI
rabi-siddique committed Mar 4, 2024
commit 7c42815b44ef20b969405bcd6433c001932c8ea4
2 changes: 1 addition & 1 deletion pages/keplr/notification-page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const approveButton = `button[type="button"]`;
const approveButton = `button`;

module.exports.notificationPageElements = {
approveButton,