diff --git a/pdl-live-react/src/view/masonry/MasonryTile.tsx b/pdl-live-react/src/view/masonry/MasonryTile.tsx index db72aecd..1004a2d7 100644 --- a/pdl-live-react/src/view/masonry/MasonryTile.tsx +++ b/pdl-live-react/src/view/masonry/MasonryTile.tsx @@ -114,7 +114,7 @@ export default function MasonryTile({ ) - const hasFooter = (footer1Key && footer1Value) || stability + const hasFooter = (footer1Key && footer1Value) || (stability?.length ?? 0) > 0 const footer = hasFooter && ( {footer1Key && (