mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #802 from sharetribe/fix-filter-panel-button
Fix filters panel button visibility
This commit is contained in:
commit
3fe307d466
2 changed files with 1 additions and 25 deletions
|
|
@ -244,7 +244,6 @@ export class SearchPageComponent extends Component {
|
|||
showAsModalMaxWidth={MODAL_BREAKPOINT}
|
||||
customURLParamToConfig={customURLParamToConfig}
|
||||
primaryFilters={{ amenities, categories }}
|
||||
secondaryFilters={{ amenities, categories }}
|
||||
/>
|
||||
<ModalInMobile
|
||||
className={css.mapPanel}
|
||||
|
|
|
|||
|
|
@ -74,30 +74,7 @@ exports[`SearchPageComponent matches snapshot 1`] = `
|
|||
searchListingsError={null}
|
||||
searchParamsAreInSync={true}
|
||||
searchParamsForPagination={Object {}}
|
||||
secondaryFilters={
|
||||
Object {
|
||||
"amenities": Array [
|
||||
Object {
|
||||
"key": "dog1",
|
||||
"label": "Dog 1",
|
||||
},
|
||||
Object {
|
||||
"key": "dog2",
|
||||
"label": "Dog 2",
|
||||
},
|
||||
],
|
||||
"categories": Array [
|
||||
Object {
|
||||
"key": "cat1",
|
||||
"label": "Cat 1",
|
||||
},
|
||||
Object {
|
||||
"key": "cat2",
|
||||
"label": "Cat 2",
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
secondaryFilters={null}
|
||||
showAsModalMaxWidth={768}
|
||||
urlQueryParams={Object {}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue