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",
|
||||
"version": "6.19.0",
|
||||
"version": "6.19.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -1250,7 +1250,7 @@ function AppContent() {
|
||||
loading={fullStatisticsLoading}
|
||||
error={fullStatisticsError}
|
||||
todayEntries={todayEntriesData}
|
||||
todayEntriesLoading={todayEntriesLoading || todayEntriesBackgroundLoading}
|
||||
todayEntriesLoading={todayEntriesLoading}
|
||||
todayEntriesError={todayEntriesError}
|
||||
onRetryTodayEntries={() => fetchTodayEntries(false, selectedProject, null)}
|
||||
fetchTodayEntries={fetchTodayEntries}
|
||||
|
||||
Reference in New Issue
Block a user