diff --git a/src/custom/PerformersSection/PerformersSection.tsx b/src/custom/PerformersSection/PerformersSection.tsx index 7111e180..68adc77b 100644 --- a/src/custom/PerformersSection/PerformersSection.tsx +++ b/src/custom/PerformersSection/PerformersSection.tsx @@ -66,7 +66,7 @@ interface StatCardProps { interface PerformersSectionProps { useGetCatalogFilters: (params: any) => any; onCardClick: (pattern: Pattern) => void; - onIconClick: () => void; + onIconClick: (sortOrder: string) => void; onAuthorClick: (userId: string) => void; onStatusClick: (status: string) => void; }