diff --git a/ui/component/scheduledStreams/view.jsx b/ui/component/scheduledStreams/view.jsx index 2d88e6bec..9af4c2b3d 100644 --- a/ui/component/scheduledStreams/view.jsx +++ b/ui/component/scheduledStreams/view.jsx @@ -8,7 +8,7 @@ import { useIsMediumScreen, useIsLargeScreen } from 'effects/use-screensize'; import ClaimListDiscover from 'component/claimListDiscover'; import Button from 'component/button'; import { LIVESTREAM_UPCOMING_BUFFER } from 'constants/livestream'; -import { SCHEDULED_LIVESTREAM_TAG } from 'constants/tags'; +// import { SCHEDULED_LIVESTREAM_TAG } from 'constants/tags'; type Props = { channelIds: Array, @@ -41,7 +41,6 @@ const ScheduledStreams = (props: Props) => { return (