diff --git a/utils/ledger/reportLedgerConfigError.js b/utils/ledger/reportLedgerConfigError.js index 53f703768..7fb1950fa 100644 --- a/utils/ledger/reportLedgerConfigError.js +++ b/utils/ledger/reportLedgerConfigError.js @@ -10,8 +10,10 @@ export const reportLedgerConfigError = ({ if (connectedFailure) return 'Is your Ledger device plugged in?' if (busy) return 'Is your Ledger device busy?' if (ledgerLocked) return 'Is your Ledger device unlocked?' - if (filecoinAppNotOpen) return 'Is the Filecoin App open on your device?' - if (replug) return 'Please unplug and replug your device, and try again.' + if (filecoinAppNotOpen) + return 'Is the Filecoin App open on your Ledger device?' + if (replug) + return 'Please unplug and replug your Ledger device, and try again.' if (inUseByAnotherApp) return 'Please quit any other App using your Ledger device.' if (otherError) return otherError && otherError.message