diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index e2af5a0953..fad30f4b45 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -191,7 +191,6 @@ export const ProductsSectionStyles = ({site}) => { line-height: 1.45em; margin: -12px 0 0; padding: 14px 24px; - border-top: 1px solid var(--grey12); color: var(--grey3); width: 100%; } @@ -558,7 +557,7 @@ function ProductCard({product}) { setSelectedProduct(product.id); }} />

{product.name}

-
{product.description}
+ {product.description ?
{product.description}
: ''}