From b3a10fd3cf88eed374eb55d8e3ca8019419ec5b3 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:01:10 +0100 Subject: [PATCH] Update account.ts --- libs/remix-ui/run-tab/src/lib/actions/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/run-tab/src/lib/actions/account.ts b/libs/remix-ui/run-tab/src/lib/actions/account.ts index 4d937cdc5e..503471b9e3 100644 --- a/libs/remix-ui/run-tab/src/lib/actions/account.ts +++ b/libs/remix-ui/run-tab/src/lib/actions/account.ts @@ -70,7 +70,7 @@ export const createNewBlockchainAccount = async (plugin: RunTab, dispatch: React if (plugin.REACT_API.passphrase === plugin.REACT_API.matchPassphrase) { cb(plugin.REACT_API.passphrase) } else { - dispatch(displayNotification('Error', 'Passphase does not match', 'OK', null)) + dispatch(displayNotification('Error', 'Passphrase does not match', 'OK', null)) } setPassphrase('') setMatchPassphrase('')