diff --git a/src/components/Card.tsx b/src/components/Card.tsx
index ff4c35f2..e04fa4c7 100644
--- a/src/components/Card.tsx
+++ b/src/components/Card.tsx
@@ -148,7 +148,11 @@ const Card = ({
const hasContent = children || actions || footer;
const titleContent = (
-
+
{title &&
{title}
}
{subtitle &&
{subtitle}
}
@@ -156,7 +160,7 @@ const Card = ({
{collapsible && (