Merge pull request #29337 from kunickiaj/homepage-divider-fix

Fixes previous attempt to auto-hide divider
This commit is contained in:
Andre Wanlin
2025-03-22 17:29:03 -05:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home-react': patch
---
Fixes auto-hiding of content divider when title not specified
+2 -1
View File
@@ -152,7 +152,8 @@ function CardExtension<T>(props: CardExtensionComponentProps<T>) {
}
const cardProps = {
...(title && { title, divider: !!title }),
divider: !!title,
...(title && { title }),
...(Settings && !isCustomizable
? {
action: (