Skip to content

Commit bd69bc7

Browse files
committed
IconBUtton.tsx: cleanup
1 parent b1c90a6 commit bd69bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/common/IconButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type IconProps = {
1717

1818
export type IconButtonProps = Omit<
1919
ButtonProps,
20-
'iconBefore' | 'iconOnly' | 'display' | 'focusable'
20+
'iconBefore' | 'display' | 'focusable'
2121
> & {
2222
icon?: ComponentType<IconProps> | null
2323
};

0 commit comments

Comments
 (0)