From dcd3287a36bb97285723e832c9b6c9160db16a07 Mon Sep 17 00:00:00 2001 From: Raquel Smith Date: Thu, 11 Jan 2024 17:51:42 -0800 Subject: [PATCH] feat: use new plan key (#19732) use new plan key --- frontend/src/scenes/billing/BillingProduct.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scenes/billing/BillingProduct.tsx b/frontend/src/scenes/billing/BillingProduct.tsx index 6185aeaf76a67..10e60eb95a407 100644 --- a/frontend/src/scenes/billing/BillingProduct.tsx +++ b/frontend/src/scenes/billing/BillingProduct.tsx @@ -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({