diff --git a/web-app/src/modules/core/routes/Account/Account.tsx b/web-app/src/modules/core/routes/Account/Account.tsx index 244f15fe..6d05d509 100644 --- a/web-app/src/modules/core/routes/Account/Account.tsx +++ b/web-app/src/modules/core/routes/Account/Account.tsx @@ -99,7 +99,7 @@ const Account: FC = ({ accountAddress }) => { // Correct balance display for un-migrated V7 slow wallets: // If it's a slow wallet and not initialized then display unlocked as zero and balance as correct, // add a note that account is not initialized - account.initialized && (
Note: this account has not been initialized
) + !account.initialized && (
Note: this account has not been initialized
) }