diff --git a/src/renderer/components/icon/icon.tsx b/src/renderer/components/icon/icon.tsx index efda2c6859..ee24b6e3fa 100644 --- a/src/renderer/components/icon/icon.tsx +++ b/src/renderer/components/icon/icon.tsx @@ -43,7 +43,6 @@ export interface IconProps extends React.HTMLAttributes, TooltipDecoratorPr focusable?: boolean; // allow focus to the icon + show .active styles (default: "true", when icon is interactive) sticker?: boolean; disabled?: boolean; - title?: undefined; // to suggest to TS users to use tooltip instead } @withTooltip