From e77355129c9ce11a990fa1066fa2ab7b9ce71902 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 24 Jan 2024 20:20:51 +0100 Subject: [PATCH] rm tooltip --- src/Components/MyIcon/index.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Components/MyIcon/index.js b/src/Components/MyIcon/index.js index c6b8f93..b409a24 100644 --- a/src/Components/MyIcon/index.js +++ b/src/Components/MyIcon/index.js @@ -93,11 +93,10 @@ export function MyIcon({ const [isRequesting, setIsRequesting] = useState(false); - const content = ( - - {icon} - - ); + const content = icon; + // + //{ icon }; + // if (popconfirmDisabled) { return content;