diff --git a/libs/remix-ui/app/src/lib/remix-app/components/modals/matomo.tsx b/libs/remix-ui/app/src/lib/remix-app/components/modals/matomo.tsx index 0be7eaaab2..18fb68e92b 100644 --- a/libs/remix-ui/app/src/lib/remix-app/components/modals/matomo.tsx +++ b/libs/remix-ui/app/src/lib/remix-app/components/modals/matomo.tsx @@ -8,10 +8,6 @@ const MatomoDialog = (props) => { const { modal } = useDialogDispatchers() const [visible, setVisible] = useState(props.hide) - useEffect(() => { - - }, []) - const message = () => { return (<>

An Opt-in version of Matomo, an open source data analytics platform is being used to improve Remix IDE.

We realize that our users have sensitive information in their code and that their privacy - your privacy - must be protected.