We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50605a8 commit 5135017Copy full SHA for 5135017
setup/react/app/MainRouter.js
@@ -30,8 +30,8 @@ const MainRouter = ({ history }) => {
30
const method = event.meta?.params?.request?.method;
31
32
if (
33
- method === SIGNING_METHODS.SIGN_MESSAGE.method ||
34
- method === SIGNING_METHODS.SIGN_RAW_MESSAGE.method
+ method === SIGNING_METHODS.SIGN_MESSAGE.key ||
+ method === SIGNING_METHODS.SIGN_RAW_MESSAGE.key
35
) {
36
showRequestModal('requestSignMessageDialog', event);
37
} else {
0 commit comments