diff --git a/VERSION b/VERSION index 6839049..bbf0c5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.14.0 +6.14.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index 2e31fa0..1f42d2e 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.14.0", + "version": "6.14.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/CurrentWeek.jsx b/play-life-web/src/components/CurrentWeek.jsx index bf57ac0..3fa0a68 100644 --- a/play-life-web/src/components/CurrentWeek.jsx +++ b/play-life-web/src/components/CurrentWeek.jsx @@ -879,12 +879,6 @@ function CurrentWeek({ onProjectClick, data, loading, error, onRetry, allProject showCheckmark={true} displayProgress={displayOverallProgress} /> - {/* Подсказка при наведении */} -