From a3bcfc7cf7d64d74eb1228f6851e85bcc1b169af Mon Sep 17 00:00:00 2001 From: Victor Batischev Date: Tue, 2 Apr 2024 18:29:29 +0300 Subject: [PATCH] fix --- .../ProfileCalendar/ProfileCalendarComponent.jsx | 8 ++++---- src/components/ProjectTicket/ProjectTicket.jsx | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/components/ProfileCalendar/ProfileCalendarComponent.jsx b/src/components/ProfileCalendar/ProfileCalendarComponent.jsx index 0ccc2649..ed947e10 100644 --- a/src/components/ProfileCalendar/ProfileCalendarComponent.jsx +++ b/src/components/ProfileCalendar/ProfileCalendarComponent.jsx @@ -286,15 +286,15 @@ export const ProfileCalendarComponent = React.memo( ? `${getCorrectDate(startDate)} - ${getCorrectDate(endDate)}` : `${getCorrectDate(endDate)} - ${getCorrectDate(startDate)}` : activePeriod - ? "Выберите диапазон на календаре" - : "Выбрать диапазон"} + ? "Выберите диапазон на календаре" + : "Выбрать диапазон"} {totalRangeHours ? `${totalRangeHours} ${hourOfNum(totalRangeHours)}` : endDate - ? "0 часов" - : ""} + ? "0 часов" + : ""} {endDate && ( { - + Посмотреть статистику