Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Feb 4, 2025
1 parent 09d1284 commit 54913f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/library-authoring/components/BaseComponentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type BaseComponentCardProps = {
numChildren?: number;
tags: ContentHitTags;
actions: React.ReactNode;
openInfoSidebar: () => void;
hasUnpublishedChanges?: boolean;
onSelect: () => void
};
Expand All @@ -31,7 +30,6 @@ const BaseComponentCard = ({
numChildren,
tags,
actions,
openInfoSidebar,
onSelect,
...props
} : BaseComponentCardProps) => {
Expand Down

0 comments on commit 54913f7

Please sign in to comment.