diff --git a/src/components/HypeLabAds/HypeLabAds.tsx b/src/components/HypeLabAds/HypeLabAds.tsx index 8266be3f4..4a7ca4008 100644 --- a/src/components/HypeLabAds/HypeLabAds.tsx +++ b/src/components/HypeLabAds/HypeLabAds.tsx @@ -1,30 +1,15 @@ import React from 'react'; import { useMediaQuery, useTheme } from '@material-ui/core'; import { Banner } from '@hypelab/sdk-react'; -import { BannerEmbed } from '@spindl-xyz/embed-react'; -import { useActiveWeb3React } from 'hooks'; const HypeLabAds: React.FC = () => { - const { isActive, account } = useActiveWeb3React(); const { breakpoints } = useTheme(); const isMobile = useMediaQuery(breakpoints.down('xs')); return (