diff --git a/packages/cashier/src/containers/cashier/account-prompt-dialog/account-prompt-dialog.jsx b/packages/cashier/src/containers/cashier/account-prompt-dialog/account-prompt-dialog.jsx index fc71841b2a4f..d499070f0c22 100644 --- a/packages/cashier/src/containers/cashier/account-prompt-dialog/account-prompt-dialog.jsx +++ b/packages/cashier/src/containers/cashier/account-prompt-dialog/account-prompt-dialog.jsx @@ -24,7 +24,7 @@ const AccountPromptDialog = ({ [accounts] ); - const non_crypto_currency = accounts[non_crypto_account_loginid].currency; + const non_crypto_currency = non_crypto_account_loginid && accounts[non_crypto_account_loginid].currency; return (