diff --git a/apps/meteor/client/views/admin/viewLogs/AnalyticsReports.tsx b/apps/meteor/client/views/admin/viewLogs/AnalyticsReports.tsx index 19a840c9b124..9b2d1ada39c1 100644 --- a/apps/meteor/client/views/admin/viewLogs/AnalyticsReports.tsx +++ b/apps/meteor/client/views/admin/viewLogs/AnalyticsReports.tsx @@ -13,7 +13,7 @@ const AnalyticsReports = ({ analytics }: { analytics: Serialized }) => { - + {t('How_and_why_we_collect_usage_data')} diff --git a/apps/meteor/client/views/root/AppRoot.tsx b/apps/meteor/client/views/root/AppRoot.tsx index a88f869b164c..dfb2de8d7264 100644 --- a/apps/meteor/client/views/root/AppRoot.tsx +++ b/apps/meteor/client/views/root/AppRoot.tsx @@ -1,5 +1,4 @@ import { QueryClientProvider } from '@tanstack/react-query'; -import { ReactQueryDevtools } from '@tanstack/react-query-devtools'; import type { ReactElement } from 'react'; import React, { lazy, Suspense } from 'react'; import { createPortal } from 'react-dom'; @@ -42,7 +41,6 @@ const AppRoot = (): ReactElement => ( -