diff --git a/catalog/app/containers/Profile/index.js b/catalog/app/containers/Profile/index.js
index 65b3a17a19b..ab27193dc81 100644
--- a/catalog/app/containers/Profile/index.js
+++ b/catalog/app/containers/Profile/index.js
@@ -273,7 +273,7 @@ const PlanArea = ({
{ isWarning ? : null }
{
- haveCreditCard ?
+ haveCreditCard && (!config.team || (config.team && isAdmin)) ?