diff --git a/projects/packages/my-jetpack/_inc/components/product-cards-section/videopress-card/index.tsx b/projects/packages/my-jetpack/_inc/components/product-cards-section/videopress-card/index.tsx index f0dc24af1064c..c0a6769d49986 100644 --- a/projects/packages/my-jetpack/_inc/components/product-cards-section/videopress-card/index.tsx +++ b/projects/packages/my-jetpack/_inc/components/product-cards-section/videopress-card/index.tsx @@ -25,9 +25,6 @@ const VideopressCard: ProductCardComponent = ( { admin } ) => { const { activeAndNoVideos } = useTooltipCopy(); const videoCount = data?.videoCount || 0; - const isPluginActive = - status === PRODUCT_STATUSES.ACTIVE || status === PRODUCT_STATUSES.CAN_UPGRADE; - const isPluginActive = status === PRODUCT_STATUSES.ACTIVE || status === PRODUCT_STATUSES.CAN_UPGRADE;