diff --git a/components/video-player/controls/NextEpisodeCountDownButton.tsx b/components/video-player/controls/NextEpisodeCountDownButton.tsx index e77c6198..73e3f828 100644 --- a/components/video-player/controls/NextEpisodeCountDownButton.tsx +++ b/components/video-player/controls/NextEpisodeCountDownButton.tsx @@ -60,12 +60,12 @@ const NextEpisodeCountDownButton: React.FC = ({ } }; + const { t } = useTranslation(); + if (!show) { return null; } - const { t } = useTranslation(); - return (