Skip to content

Commit b3a10fd

Browse files
MamunC0derAniket-Engg
authored andcommitted
Update account.ts
1 parent 9e33d0a commit b3a10fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/actions/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const createNewBlockchainAccount = async (plugin: RunTab, dispatch: React
7070
if (plugin.REACT_API.passphrase === plugin.REACT_API.matchPassphrase) {
7171
cb(plugin.REACT_API.passphrase)
7272
} else {
73-
dispatch(displayNotification('Error', 'Passphase does not match', 'OK', null))
73+
dispatch(displayNotification('Error', 'Passphrase does not match', 'OK', null))
7474
}
7575
setPassphrase('')
7676
setMatchPassphrase('')

0 commit comments

Comments
 (0)