From 96d3ae19545f95ff8c2ba481c561a0d32608c58a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 13 Feb 2020 13:04:50 -0500 Subject: [PATCH] fix title not showing on publish tags section --- ui/component/common/card.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && }