diff --git a/packages/orbit-components/src/Card/CardSection/index.tsx b/packages/orbit-components/src/Card/CardSection/index.tsx index c266cedd24..ebd383df23 100644 --- a/packages/orbit-components/src/Card/CardSection/index.tsx +++ b/packages/orbit-components/src/Card/CardSection/index.tsx @@ -103,7 +103,7 @@ export default function CardSection({ )} - {children != null && expandable && ( + {children && expandable && (
@@ -113,7 +113,7 @@ export default function CardSection({ )} - {children != null && !expandable && ( + {children && !expandable && (