Skip to content

Commit

Permalink
enable growth users
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Sep 18, 2024
1 parent 2cacf47 commit 6126038
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 6126038

Please sign in to comment.