6.19.1: Фикс сброса скролла в статистике
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m16s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m16s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "6.19.0",
|
"version": "6.19.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1250,7 +1250,7 @@ function AppContent() {
|
|||||||
loading={fullStatisticsLoading}
|
loading={fullStatisticsLoading}
|
||||||
error={fullStatisticsError}
|
error={fullStatisticsError}
|
||||||
todayEntries={todayEntriesData}
|
todayEntries={todayEntriesData}
|
||||||
todayEntriesLoading={todayEntriesLoading || todayEntriesBackgroundLoading}
|
todayEntriesLoading={todayEntriesLoading}
|
||||||
todayEntriesError={todayEntriesError}
|
todayEntriesError={todayEntriesError}
|
||||||
onRetryTodayEntries={() => fetchTodayEntries(false, selectedProject, null)}
|
onRetryTodayEntries={() => fetchTodayEntries(false, selectedProject, null)}
|
||||||
fetchTodayEntries={fetchTodayEntries}
|
fetchTodayEntries={fetchTodayEntries}
|
||||||
|
|||||||
Reference in New Issue
Block a user