File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ class SearchBar extends Component {
212212}
213213
214214SearchBar . propTypes = {
215- hideSuggestionsWhenEmpty : PropTypes . func . bool ,
215+ hideSuggestionsWhenEmpty : PropTypes . bool ,
216216 onSearch : PropTypes . func . isRequired ,
217217 onClearSearch : PropTypes . func ,
218218 onTermChange : PropTypes . func . isRequired ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class SearchSuggestions extends Component {
5656
5757 const recentSearches = ! recentList ? '' : (
5858 < div className = "recent-search-suggestions" >
59- < Panel >
59+ < Panel showHeader = { this . props . showPopularSearchHeader } >
6060 < div className = "panel-header" >
6161 < div className = "label" > Recent Search</ div >
6262 < div className = "recent-search-panel-actions transition" >
Original file line number Diff line number Diff line change 33.SwitchButton {
44 position : relative ;
55 display : flex ;
6+ align-items : center ;
67 .label {
78 width : 92px ;
89 line-height : 20px ;
1112 color : $tc-gray-60 ;
1213 }
1314 label {
15+ display : flex ;
1416 margin : 0 ;
1517 padding : 0 ;
16- display : block ;
1718 height : 20px ;
1819 margin-top : 5px ;
1920 }
You can’t perform that action at this time.
0 commit comments