Skip to content

Commit

Permalink
fix: Fix label type on SummaryBoxItem
Browse files Browse the repository at this point in the history
  • Loading branch information
tkissingappfolio committed Sep 3, 2024
1 parent 40b24af commit cb9639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SummaryBox/SummaryBoxItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CardBody from '../Card/CardBody';

interface SummaryBoxItemProps extends Omit<CardProps, 'color' | 'outline' | 'className'> {
className?: string;
label?: string;
label?: React.ReactNode;
value?: React.ReactNode;
reverse?: boolean;
}
Expand Down

0 comments on commit cb9639f

Please sign in to comment.