diff --git a/components/account/AccountDetailsSection.tsx b/components/account/AccountDetailsSection.tsx
index 76749644061f740201de650d7fbb387079197057..f485b291fde7d135b86e04cb09a8ead18cde55f8 100644
--- a/components/account/AccountDetailsSection.tsx
+++ b/components/account/AccountDetailsSection.tsx
@@ -89,7 +89,7 @@ const AccountDetailsSection: React.FC<AccountDetailsSectionProps> = ({
         accountName={accountName}
         liveDataEnabled={liveDataEnabled}
       />
-      {!isWitnessDetailsError && !!witnessDetails && (
+      { accountDetails.is_witness && !isWitnessDetailsError && !!witnessDetails && (
         <AccountDetailsCard
           header="Witness Properties"
           userDetails={witnessDetails}