Hide transfer for team maintainer (#2407)

This commit is contained in:
gillespi314 2021-10-06 12:42:34 -05:00 committed by GitHub
parent 4cd5d62708
commit 63269835d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1100,7 +1100,7 @@ const ManageHostsPage = ({
buttonText: "Transfer",
variant: "text-icon",
icon: "transfer",
hideButton: !isPremiumTier,
hideButton: !isPremiumTier || (!isGlobalAdmin && !isGlobalMaintainer),
},
];