From f460a67a892f8fc1c2d963f1ce0ad93c65e6b576 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.