Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Mar 27, 2024
1 parent c4abd96 commit e505d88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export function Card({
headerId={headerId}
className="ac-card-collapsible-header"
subTitle={subTitleEl}
titleSeparator={titleSeparator}
{...styleProps}
/>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/card/CollapsibleCardTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ interface CollapsibleCardTitleProps extends ViewProps {
headerId: string;
className?: string;
subTitle: ReactNode;
titleSeparator?: boolean;
}
export function CollapsibleCardTitle(props: CollapsibleCardTitleProps) {
const {
Expand Down

0 comments on commit e505d88

Please sign in to comment.