Skip to content

Commit dd74d2d

Browse files
committed
fix: icon click issue
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 30fd40e commit dd74d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)