We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16d320 commit 50605a8Copy full SHA for 50605a8
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.key ||
34
- method === SIGNING_METHODS.SIGN_RAW_MESSAGE.key
+ method === SIGNING_METHODS.SIGN_MESSAGE.method ||
+ method === SIGNING_METHODS.SIGN_RAW_MESSAGE.method
35
) {
36
showRequestModal('requestSignMessageDialog', event);
37
} else {
0 commit comments