From 8118f3c14d1d6f80b4ee8b8c758c08f6d48a94d0 Mon Sep 17 00:00:00 2001 From: israel zusha rotenberg <100128949+zushar@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:03:12 +0300 Subject: [PATCH] refactor: Remove unused Alert component and update video title in GapsPatternsPage --- src/pages/gapsPatterns/GapsPatternsPage.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/pages/gapsPatterns/GapsPatternsPage.tsx b/src/pages/gapsPatterns/GapsPatternsPage.tsx index 8016bf74..59ebab05 100644 --- a/src/pages/gapsPatterns/GapsPatternsPage.tsx +++ b/src/pages/gapsPatterns/GapsPatternsPage.tsx @@ -1,7 +1,7 @@ import { useContext, useEffect, useState } from 'react' import './GapsPatternsPage.scss' import { Moment } from 'moment' -import { Skeleton, Radio, RadioChangeEvent, Space } from 'antd' +import { Skeleton, Radio, RadioChangeEvent } from 'antd' import CircularProgress from '@mui/material/CircularProgress' import moment from 'moment/moment' import { useDate } from '../components/DateTimePicker' @@ -180,15 +180,10 @@ const GapsPatternsPage = () => { {t('gaps_patterns_page_title')} - - - {t('gaps_patterns_page_description')} - - {startDate > endDate ? ( {t('bug_date_alert')}