diff --git a/apps/client/src/widgets/react/Card.tsx b/apps/client/src/widgets/react/Card.tsx index 01b40ee306..224a151504 100644 --- a/apps/client/src/widgets/react/Card.tsx +++ b/apps/client/src/widgets/react/Card.tsx @@ -12,7 +12,7 @@ export interface CardProps { } export function Card(props: {children: ComponentChildren} & CardProps) { - return
+ return
{props.heading &&
{props.heading}
}
{props.children}