From d070e3010071985a9af0054b47573ce0fcf1d173 Mon Sep 17 00:00:00 2001 From: Bryan Elliott Date: Tue, 1 Oct 2024 17:18:54 -0400 Subject: [PATCH] Fix recommendations VideoPress card CTA not showing purchase buttons. --- .../product-cards-section/videopress-card/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0dc77f17fc021..dba1a8c6486fd 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 @@ -18,7 +18,7 @@ import './style.scss'; const slug = PRODUCT_SLUGS.VIDEOPRESS; -const VideopressCard: ProductCardComponent = ( { admin } ) => { +const VideopressCard: ProductCardComponent = props => { const { detail } = useProduct( slug ); const { status } = detail || {}; const { videopress: data } = getMyJetpackWindowInitialState(); @@ -70,9 +70,9 @@ const VideopressCard: ProductCardComponent = ( { admin } ) => { return (