-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: Migrate to isTeamPlan
GQ field
#3592
base: main
Are you sure you want to change the base?
Conversation
Bundle ReportChanges will increase total bundle size by 3.38kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
❌ 14 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 14 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 14 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 14 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Bundle ReportChanges will increase total bundle size by 3.38kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
dca781e
to
6ddc688
Compare
@@ -48,7 +49,7 @@ const UpdateBlurb = ({ | |||
{diffSeats && ( | |||
<li className="pl-2">{`You are changing seats from ${currentPlan?.planUserCount} to [${seats}]`}</li> | |||
)} | |||
{diffBillingType && ( | |||
{diffBillingType && !currentIsFree && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird this is showing up, I thought I had committed it already
Description
This PR aims to remove the isTeamPlan helper function in Gazebo in favor of the new GraphQL field for the same.
fyi we're gonna come back once available plans is refactored to pass down isTeamPlan instead of checking for plans enum for the selected plans, this is just a weird edge case.
Notable Changes
Screenshots
nothing visual changed
issue: #2998
Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.