mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Remove unused cardControls prop
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user