Skip to content

Commit

Permalink
feat: use new plan key (#19732)
Browse files Browse the repository at this point in the history
use new plan key
  • Loading branch information
raquelmsmith authored Jan 12, 2024
1 parent 5c8b912 commit dcd3287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/billing/BillingProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const BillingProductAddon = ({ addon }: { addon: BillingProductV2AddonTyp
addon.type === 'data_pipelines' &&
addon.subscribed &&
featureFlags['data-pipelines-notice'] &&
addon.plans?.[0].plan_key === 'addon-20240103-og-customers'
addon.plans?.[0].plan_key === 'addon-20240111-og-customers'

if (showPipelineAddonNotice) {
setProductSpecificAlert({
Expand Down

0 comments on commit dcd3287

Please sign in to comment.