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 ( diff --git a/projects/packages/my-jetpack/changelog/fix-my-jetpack-recommentations-videopress-card-cta b/projects/packages/my-jetpack/changelog/fix-my-jetpack-recommentations-videopress-card-cta new file mode 100644 index 0000000000000..94abab5e525e7 --- /dev/null +++ b/projects/packages/my-jetpack/changelog/fix-my-jetpack-recommentations-videopress-card-cta @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Fixed My Jetpack recommendations VideoPress product card not showing Purchase and Learn more buttons.