Skip to content

Commit e0d7299

Browse files
fix: displayNotificationForLedgerProfile to not ignore detected ledger (#83)
Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
1 parent a05ddd5 commit e0d7299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/routes/setup/ledger/views/SwitchApps.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
const _onCancel = () => {
2222
busy = false
2323
24-
displayNotificationForLedgerProfile('error', true, true, false, true)
24+
displayNotificationForLedgerProfile('error', true, true, true, true)
2525
}
2626
const _onConnected = () => {
2727
if ($ledgerDeviceState !== LedgerDeviceState.LegacyConnected) _onCancel()

0 commit comments

Comments
 (0)