From ee27eb3dd45ca7d7af08d9ca8e689b1dcbabd310 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 22 Dec 2021 11:09:48 +0100 Subject: [PATCH] cleanup --- .../app/src/lib/remix-app/components/modals/matomo.tsx | 4 ---- 1 file changed, 4 deletions(-) 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.