Skip to content

Commit

Permalink
final wrap ups
Browse files Browse the repository at this point in the history
  • Loading branch information
SummySumanth committed Sep 13, 2019
1 parent b21f434 commit 4a2911c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/searchBar/searchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ class SearchBar extends Component{
);
};

componentDidMount () {
this.onSuggestionClickHanlder('hello');
};

render(){
const {suggestionsList, searchParam} = this.props.searchBar;
return(
Expand Down
2 changes: 1 addition & 1 deletion src/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Routes extends Component{

return(
<Router history={history} >
{/*{ this.state.showModal ? <WelcomeScreen onModalClose={this.onModalClose} /> : <div></div> }*/}
{ this.state.showModal ? <WelcomeScreen onModalClose={this.onModalClose} /> : <div></div> }

<TopBar>
<div></div>
Expand Down

0 comments on commit 4a2911c

Please sign in to comment.