diff --git a/packages/extension/src/ui/features/accountEdit/AccountEditScreen.tsx b/packages/extension/src/ui/features/accountEdit/AccountEditScreen.tsx
index c0391b6f..2861f334 100644
--- a/packages/extension/src/ui/features/accountEdit/AccountEditScreen.tsx
+++ b/packages/extension/src/ui/features/accountEdit/AccountEditScreen.tsx
@@ -162,13 +162,18 @@ export const AccountEditScreen: FC = () => {
>
{showDelete ? t("Delete account") : t("Hide account")}
- navigate(routes.exportPrivateKey())}
- icon={}
- >
- {t("Export private key")}
-
+ <>
+ {account?.signer.type === 'ledger'
+ ? <>>
+ : navigate(routes.exportPrivateKey())}
+ icon={}
+ >
+ {t("Export private key")}
+
+ }
+ >
>