Skip to content

Commit

Permalink
CampaignsPage.tsx: Remove Hotjar implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Nov 30, 2023
1 parent 4e0381a commit 1d4b86e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/client/campaigns/CampaignsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import CampaignFilter from './CampaignFilter'
import Layout from 'components/client/layout/Layout'

import { styled } from '@mui/material/styles'
import dynamic from 'next/dynamic'

const PREFIX = 'CampaignsPage'

Expand Down Expand Up @@ -71,14 +70,11 @@ const Root = styled(Layout)(({ theme }) => ({
},
}))

const HotJar = dynamic(() => import('common/hotjar/HotJar'), { ssr: false })

export default function CampaignsPage() {
const { t } = useTranslation()

return (
<Root maxWidth={false}>
<HotJar />
<Grid>
<Typography variant="h1" component="p" className={classes.title}>
{t('campaigns:campaigns')}
Expand Down

0 comments on commit 1d4b86e

Please sign in to comment.