diff --git a/src/components/shared/home/home-timer.tsx b/src/components/shared/home/home-timer.tsx index 9c56b60..4176c77 100644 --- a/src/components/shared/home/home-timer.tsx +++ b/src/components/shared/home/home-timer.tsx @@ -73,7 +73,6 @@ export const HomeTimer: FC = ({ className }) => { }, [targetDate]); // Убрали зависимость от timeLeft const { - title, days: daysLabel, hours: hoursLabel, minutes: minutesLabel, @@ -81,19 +80,14 @@ export const HomeTimer: FC = ({ className }) => { } = t("timer", { returnObjects: true, }) as { - title: string; days: string; hours: string; minutes: string; seconds: string; }; return ( -
-

- {title} -

- -
+
+