mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Remove unused cardControls prop
This commit is contained in:
@@ -113,7 +113,6 @@ const Row = styled.div<{ $secondary?: boolean }>`
|
|||||||
interface BaseGridCardProps {
|
interface BaseGridCardProps {
|
||||||
columnIndex: number;
|
columnIndex: number;
|
||||||
controls: {
|
controls: {
|
||||||
cardControls: any[];
|
|
||||||
cardRows: CardRow[];
|
cardRows: CardRow[];
|
||||||
itemType: LibraryItem;
|
itemType: LibraryItem;
|
||||||
playButtonBehavior: Play;
|
playButtonBehavior: Play;
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ export const GridCard = memo(({ data, index, style }: ListChildComponentProps) =
|
|||||||
columnCount,
|
columnCount,
|
||||||
itemGap,
|
itemGap,
|
||||||
itemCount,
|
itemCount,
|
||||||
cardControls,
|
|
||||||
cardRows,
|
cardRows,
|
||||||
itemData,
|
itemData,
|
||||||
itemType,
|
itemType,
|
||||||
@@ -33,7 +32,6 @@ export const GridCard = memo(({ data, index, style }: ListChildComponentProps) =
|
|||||||
key={`card-${i}-${index}`}
|
key={`card-${i}-${index}`}
|
||||||
columnIndex={i}
|
columnIndex={i}
|
||||||
controls={{
|
controls={{
|
||||||
cardControls,
|
|
||||||
cardRows,
|
cardRows,
|
||||||
itemType,
|
itemType,
|
||||||
playButtonBehavior,
|
playButtonBehavior,
|
||||||
|
|||||||
Reference in New Issue
Block a user