We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e33d0a commit b3a10fdCopy full SHA for b3a10fd
libs/remix-ui/run-tab/src/lib/actions/account.ts
@@ -70,7 +70,7 @@ export const createNewBlockchainAccount = async (plugin: RunTab, dispatch: React
70
if (plugin.REACT_API.passphrase === plugin.REACT_API.matchPassphrase) {
71
cb(plugin.REACT_API.passphrase)
72
} else {
73
- dispatch(displayNotification('Error', 'Passphase does not match', 'OK', null))
+ dispatch(displayNotification('Error', 'Passphrase does not match', 'OK', null))
74
}
75
setPassphrase('')
76
setMatchPassphrase('')
0 commit comments