aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index d8653a5..fbee2c1 100644
--- a/src/App.js
+++ b/src/App.js
@@ -70,7 +70,7 @@ function App() {
<br />
<Switch>
<Route exact path="/">
- <MainPage latest={latest} prior={prior} />{" "}
+ <MainPage data={data} timeDifference={timeDifference} />
</Route>
<Route path="/totalstudents">
<History