disable the results route
This commit is contained in:
parent
fde16110cc
commit
1779d04546
|
@ -26,7 +26,7 @@ class App extends Component {
|
|||
<Switch>
|
||||
<Route exact={true} path="/" component={Home}/>
|
||||
<Route path="/topics" component={TopicsListContainer}/>
|
||||
<Route path="/results/:categoryKey/:searchValue" component={Results}/>
|
||||
{/*<Route path="/results/:categoryKey/:searchValue" component={Results}/>*/}
|
||||
<Route path="/videos/:videoId" component={Video}/>
|
||||
</Switch>
|
||||
<Nav/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user