Pass token into Usage tracker

This commit is contained in:
2022-05-10 01:22:45 +00:00
parent 868aa018a4
commit 0911c9a7e5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ function App() {
</Route>
<Route exact path='/usage/:name'>
<Usage />
<Usage token={token} />
</Route>
<Route path='/'>