diff --git a/src/components/ValidatorModal.js b/src/components/ValidatorModal.js
index 4850d197..a0609685 100644
--- a/src/components/ValidatorModal.js
+++ b/src/components/ValidatorModal.js
@@ -165,7 +165,7 @@ function ValidatorModal(props) {
REStake
)}
- {network.authzSupport && operator() && (
+ {network.authzSupport && !network.ledgerAuthzSupport && operator() && (
Ledger Instructions
@@ -177,7 +177,7 @@ function ValidatorModal(props) {
{operator() && (
)}
- {network.authzSupport && operator() && (
+ {network.authzSupport && !network.ledgerAuthzSupport && operator() && (
)}