From 63b7d4e19a04466c41d93e46fb8dc4bf15b11f6e Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 23 Jun 2021 09:14:41 -0400 Subject: [PATCH] revert hinting against title Signed-off-by: Sebastian Malton --- src/renderer/components/icon/icon.tsx | 1 - 1 file changed, 1 deletion(-) 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