We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffdbcb commit 88c2d86Copy full SHA for 88c2d86
packages/core-mobile/app/new/features/ledger/screens/AppConnectionOnboardingScreen.tsx
@@ -120,7 +120,7 @@ export const AppConnectionOnboardingScreen = (): JSX.Element => {
120
isUpdatingWallet={isUpdatingWallet}
121
resetSetup={resetSetup}
122
disconnectDevice={disconnectDevice}
123
- accountIndex={0}
+ accountIndex={0} // intentionally setting it to zero here as this screen is used for importing the wallet for the first time
124
/>
125
)
126
}
0 commit comments