Skip to content

Commit a7ebb12

Browse files
committed
chore: fix lint
1 parent f5ed7f3 commit a7ebb12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/custom-icons.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ const iconProps = {
7171
};
7272

7373
const iconPropsFunction = {
74-
suffixIcon: () => suffixIcon,
75-
clearIcon: () => clearIcon,
76-
removeIcon: () => removeIcon,
74+
suffixIcon,
75+
clearIcon,
76+
removeIcon,
7777
switcherIcon,
7878
};
7979

0 commit comments

Comments
 (0)