From 63269835d8bc11374534270b54f167da48b608dd Mon Sep 17 00:00:00 2001 From: gillespi314 <73313222+gillespi314@users.noreply.github.com> Date: Wed, 6 Oct 2021 12:42:34 -0500 Subject: [PATCH] Hide transfer for team maintainer (#2407) --- frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx b/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx index 04cd255e90..3516139c21 100644 --- a/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx +++ b/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx @@ -1100,7 +1100,7 @@ const ManageHostsPage = ({ buttonText: "Transfer", variant: "text-icon", icon: "transfer", - hideButton: !isPremiumTier, + hideButton: !isPremiumTier || (!isGlobalAdmin && !isGlobalMaintainer), }, ];