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) );