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;