6.19.1: Фикс сброса скролла в статистике
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m16s

This commit is contained in:
poignatov
2026-03-17 10:19:31 +03:00
parent 49f67ec36d
commit caa8ac6ebb
3 changed files with 3 additions and 3 deletions

View File

@@ -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}