aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 4e45139..656f580 100644
--- a/src/App.js
+++ b/src/App.js
@@ -13,7 +13,7 @@ function App() {
let { data: rawData, error: error } = useSWR(url);
const [timeDifference, setTimeDifference] = React.useState(1);
- const [showAllTime, setShowAllTime] = React.useState(true);
+ const [showAllTime, setShowAllTime] = React.useState(false);
if (error)
return (