From ae13b2bcac254df1d9c8aaf4a7153b61118d9399 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 13:26:59 +0300 Subject: [PATCH] =?UTF-8?q?6.18.10:=20=D0=93=D0=BE=D1=80=D0=B8=D0=B7=D0=BE?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BA?= =?UTF-8?q?=D1=80=D0=BE=D0=BB=D0=BB=20=D0=B4=D0=BB=D1=8F=20=D1=87=D0=B8?= =?UTF-8?q?=D0=BF=D1=81=D0=BE=D0=B2=20=D0=BD=D0=B0=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=82=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/FullStatistics.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index e91aadb..cff5845 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.9 +6.18.10 diff --git a/play-life-web/package.json b/play-life-web/package.json index 486453d..b13cce5 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.9", + "version": "6.18.10", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/FullStatistics.jsx b/play-life-web/src/components/FullStatistics.jsx index 9f9ee76..698955b 100644 --- a/play-life-web/src/components/FullStatistics.jsx +++ b/play-life-web/src/components/FullStatistics.jsx @@ -162,7 +162,7 @@ function FullStatistics({ selectedProject, onClearSelection, data, loading, erro {/* Чипсы дней недели */} {pastDays.length > 0 && (
-
+
{pastDays.map((date, index) => { const dateStr = formatDate(date) const dayOfWeek = index + 1 // 1 = понедельник