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