diff --git a/components/account/AccountMainCard.tsx b/components/account/AccountMainCard.tsx index 681a2fba5b5a65c497ab93aba28761c28a56ae2d..de00864a39dd39ee52153eaf7ca0c70cbc65d478 100644 --- a/components/account/AccountMainCard.tsx +++ b/components/account/AccountMainCard.tsx @@ -209,7 +209,7 @@ const AccountMainCard: React.FC<AccountMainCardProps> = ({ </div> </div> </CardContent> - {!isWitnessError && !isWitnessLoading && ( + {accountDetails.is_witness && !isWitnessError && !isWitnessLoading && ( <CardFooter> <div className="w-full flex justify-between"> <button