Skip to content

Commit 5135017

Browse files
committed
Reverted minor change
1 parent 50605a8 commit 5135017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/react/app/MainRouter.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const MainRouter = ({ history }) => {
3030
const method = event.meta?.params?.request?.method;
3131

3232
if (
33-
method === SIGNING_METHODS.SIGN_MESSAGE.method ||
34-
method === SIGNING_METHODS.SIGN_RAW_MESSAGE.method
33+
method === SIGNING_METHODS.SIGN_MESSAGE.key ||
34+
method === SIGNING_METHODS.SIGN_RAW_MESSAGE.key
3535
) {
3636
showRequestModal('requestSignMessageDialog', event);
3737
} else {

0 commit comments

Comments
 (0)