Skip to content

Commit dd74d2d

Browse files
committed
fix: icon click issue
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent 30fd40e commit dd74d2d

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
@@ -65,7 +65,7 @@ interface StatCardProps {
6565
interface PerformersSectionProps {
6666
useGetCatalogFilters: (params: any) => any;
6767
onCardClick: (pattern: Pattern) => void;
68-
onIconClick: () => void;
68+
onIconClick: (sortOrder: string) => void;
6969
onAuthorClick: (userId: string) => void;
7070
onStatusClick: (status: string) => void;
7171
}

0 commit comments

Comments
 (0)