about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index 98f216c..78d76c2 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -20,7 +20,7 @@ function App() {
   const endTimeframe = today(getLocalTimeZone());
   const [timeframe, setTimeframe] = useState({
     start: endTimeframe.subtract({ days: 7 }),
-    end: endTimeframe
+    end: endTimeframe.add({ days: 1 })
   })
 
   return (