Skip to content

Commit

Permalink
chore: remove default redirect in prep for react-router 6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 16, 2021
1 parent 85afb76 commit 216e9be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class App extends Component {
<Route path="/:chrom/:position/:assay" children={<AppWithParams />} />
<Route path="/:chrom/:position" children={<AppWithParams />} />
<Route path="/" children={<AppWithParams />} />
<Redirect to="/" />
</Switch>
</div>
)
Expand Down

0 comments on commit 216e9be

Please sign in to comment.