diff --git a/clients/banking/src/components/AccountArea.tsx b/clients/banking/src/components/AccountArea.tsx index 485e66693..7fd336a33 100644 --- a/clients/banking/src/components/AccountArea.tsx +++ b/clients/banking/src/components/AccountArea.tsx @@ -284,7 +284,10 @@ export const AccountArea = ({ icon: "building-shop-regular", name: t("navigation.merchant"), to: Router.AccountMerchantsRoot({ accountMembershipId }), - visible: account?.holder.info.type === "Company" && permissions.canReadMerchantProfile, + visible: + account?.holder.info.type === "Company" && + permissions.canReadMerchantProfile && + isMerchantFlagActive, }, ];