diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 54a2a3c23102e..53d996bc33c36 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -23,6 +23,7 @@ import type { DateStyle, GraphBranchesVisibility } from '../../../../config'; import type { SearchQuery } from '../../../../git/search'; import type { FocusCommandArgs } from '../../../../plus/focus/focus'; import type { Subscription } from '../../../../plus/gk/account/subscription'; +import { isSubscriptionPaid } from '../../../../plus/gk/account/subscription'; import type { DidEnsureRowParams, DidGetRowHoverParams, @@ -1253,19 +1254,20 @@ export function GraphWrapper({ className="action-button" > - Launchpad - Launchpad organizes your pull requests into actionable groups to help you focus and - keep your team unblocked + Launchpad — organizes your pull requests into actionable + groups to help you focus and keep your team unblocked - + {(subscription == null || !isSubscriptionPaid(subscription)) && ( + + )} {allowed && (