diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index ec7bb22..b2b6a6b 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -23,7 +23,7 @@ const CardHeader = React.forwardRef< >(({ className, ...props }, ref) => (
)); @@ -57,7 +57,7 @@ const CardContent = React.forwardRef< HTMLDivElement, React.HTMLAttributes+ {labelFormatter + ? labelFormatter(label) + : defaultLabelFormatter(label)} +
+- {labelFormatter(label)} -
-{error}