Skip to content

Commit ba7a767

Browse files
authored
Merge pull request #829 from amitamrutiya/master
fix: icon click issue
2 parents bf2512e + 81cbc25 commit ba7a767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/PerformersSection/PerformersSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface StatCardProps {
6666
interface PerformersSectionProps {
6767
useGetCatalogFilters: (params: any) => any;
6868
onCardClick: (pattern: Pattern) => void;
69-
onIconClick: () => void;
69+
onIconClick: (sortOrder: string) => void;
7070
onAuthorClick: (userId: string) => void;
7171
onStatusClick: (status: string) => void;
7272
}

0 commit comments

Comments
 (0)