Merge pull request #150 from jyash97/fix/router-prop

fix: react-router prop
This commit is contained in:
Ankit Nayan 2021-06-05 16:59:55 +05:30 committed by GitHub
commit 7d2bcf11c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ const App = () => {
/>
<Route
path={ROUTES.USAGE_EXPLORER}
exactexact
exact
component={UsageExplorer}
/>
<Route