From 5b37f39e74ffe03ad7270a49387ed1e104e1c7ab Mon Sep 17 00:00:00 2001
From: John Wu <76966357+jwu-fisker@users.noreply.github.com>
Date: Thu, 17 Jun 2021 09:11:45 -0700
Subject: [PATCH] Remove chart fixed time range (#58)
---
src/components/App/__snapshots__/App.test.js.snap | 4 ++--
src/components/Dashboard/index.jsx | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap
index fe0fe69..f51c82a 100644
--- a/src/components/App/__snapshots__/App.test.js.snap
+++ b/src/components/App/__snapshots__/App.test.js.snap
@@ -1703,7 +1703,7 @@ exports[`App Route /dashboard authenticated 1`] = `
>
@@ -1717,7 +1717,7 @@ exports[`App Route /dashboard authenticated 1`] = `
>
diff --git a/src/components/Dashboard/index.jsx b/src/components/Dashboard/index.jsx
index 46e0413..371ec6c 100644
--- a/src/components/Dashboard/index.jsx
+++ b/src/components/Dashboard/index.jsx
@@ -21,14 +21,14 @@ const Dashboard = () => {