|
@@ -40,7 +40,7 @@ class SearchPageForm extends React.Component {
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
return (
|
|
return (
|
|
|
- // TODO: modify design after other component created
|
|
|
|
|
|
|
+ // TODO: modify design after other component is created
|
|
|
<div className="grw-search-form-in-search-result-page d-flex">
|
|
<div className="grw-search-form-in-search-result-page d-flex">
|
|
|
<div className="input-group flex-nowrap">
|
|
<div className="input-group flex-nowrap">
|
|
|
<SearchForm
|
|
<SearchForm
|