diff --git a/library/src/components/supportedExtensions/XExtension.tsx b/library/src/components/supportedExtensions/XExtension.tsx index d23db5959..e4469f0d2 100644 --- a/library/src/components/supportedExtensions/XExtension.tsx +++ b/library/src/components/supportedExtensions/XExtension.tsx @@ -8,17 +8,20 @@ import { ExtensionComponentProps } from '../../types'; export default function XExtension({ propertyValue, }: ExtensionComponentProps) { - const onClickHandler = () => { - window.open(`https://x.com/${propertyValue}`, '_blank'); - }; + // const onClickHandler = () => { + // window.open(`https://x.com/${propertyValue}`, '_blank'); + // }; return ( -
-
+ ); }