diff --git a/ui/component/common/card.jsx b/ui/component/common/card.jsx index e1159929f..7e531ec49 100644 --- a/ui/component/common/card.jsx +++ b/ui/component/common/card.jsx @@ -18,7 +18,7 @@ export default function Card(props: Props) { const { title, subtitle, body, actions, icon, className, actionIconPadding = true } = props; return (
- {title && ( + {(title || subtitle) && (
{icon && }