Skip to content

Commit 88c2d86

Browse files
add comment
1 parent 7ffdbcb commit 88c2d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-mobile/app/new/features/ledger/screens/AppConnectionOnboardingScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const AppConnectionOnboardingScreen = (): JSX.Element => {
120120
isUpdatingWallet={isUpdatingWallet}
121121
resetSetup={resetSetup}
122122
disconnectDevice={disconnectDevice}
123-
accountIndex={0}
123+
accountIndex={0} // intentionally setting it to zero here as this screen is used for importing the wallet for the first time
124124
/>
125125
)
126126
}

0 commit comments

Comments
 (0)