diff --git a/VERSION b/VERSION index 74c926a..60a019c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.19.0 +6.19.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index f4b369f..110da31 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.19.0", + "version": "6.19.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/App.jsx b/play-life-web/src/App.jsx index da7bc1e..4422b41 100644 --- a/play-life-web/src/App.jsx +++ b/play-life-web/src/App.jsx @@ -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}