Remove unused cardControls prop

This commit is contained in:
jeffvli
2022-12-13 15:05:11 -08:00
parent 5ed4c77e4d
commit 3b012b7d36
2 changed files with 0 additions and 3 deletions
@@ -113,7 +113,6 @@ const Row = styled.div<{ $secondary?: boolean }>`
interface BaseGridCardProps {
columnIndex: number;
controls: {
cardControls: any[];
cardRows: CardRow[];
itemType: LibraryItem;
playButtonBehavior: Play;
@@ -13,7 +13,6 @@ export const GridCard = memo(({ data, index, style }: ListChildComponentProps) =
columnCount,
itemGap,
itemCount,
cardControls,
cardRows,
itemData,
itemType,
@@ -33,7 +32,6 @@ export const GridCard = memo(({ data, index, style }: ListChildComponentProps) =
key={`card-${i}-${index}`}
columnIndex={i}
controls={{
cardControls,
cardRows,
itemType,
playButtonBehavior,