From 6126038b61301c54cd66df31401805461c71635e Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 18 Sep 2024 00:20:23 -0700 Subject: [PATCH] enable growth users --- web/components/shared/ProBlockerComponents/ProFeatureWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/shared/ProBlockerComponents/ProFeatureWrapper.tsx b/web/components/shared/ProBlockerComponents/ProFeatureWrapper.tsx index ec80e21aee..a794dcb156 100644 --- a/web/components/shared/ProBlockerComponents/ProFeatureWrapper.tsx +++ b/web/components/shared/ProBlockerComponents/ProFeatureWrapper.tsx @@ -43,6 +43,7 @@ export const ProFeatureWrapper = forwardRef< return ( enabled && (org?.currentOrg?.tier === "pro-20240913" || + org?.currentOrg?.tier === "growth" || (org?.currentOrg?.stripe_metadata as { addons?: { prompts?: boolean } }) ?.addons?.prompts) );