We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da7e6f commit 8c967d1Copy full SHA for 8c967d1
1 file changed
src/views/dialogs/OnboardingDialog/GenerateKeys.tsx
@@ -103,7 +103,7 @@ export const GenerateKeys = ({
103
try {
104
const subaccounts = await getSubaccounts({ dydxAddress });
105
106
- if (!subaccounts.length) {
+ if (!subaccounts?.length) {
107
setStatus(EvmDerivedAccountStatus.EnsuringDeterminism);
108
const additionalSignature = await signTypedDataAsync();
109
if (signature !== additionalSignature) {
0 commit comments