diff --git a/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx b/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx index cfb1210556..48a87f49b5 100644 --- a/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx +++ b/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx @@ -4,13 +4,12 @@ import { useFeedback } from 'component/feedbackNew/useFeedback'; import ReviewsOutlined from '@mui/icons-material/ReviewsOutlined'; import { Button, - Typography, styled, + Typography, useMediaQuery, useTheme, } from '@mui/material'; import { PageHeader } from 'component/common/PageHeader/PageHeader'; -import { ShareLink } from './ShareLink/ShareLink'; import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender'; type DashboardHeaderProps = { @@ -94,7 +93,6 @@ export const InsightsHeader: VFC = ({ actions }) => { } /> - - setIsOpen(false)} - primaryButtonText='Close' - title='Share insights' - > - - - Link below will lead to insights dashboard with - currently selected filter. - - - - - - ); -};