mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Remove unused prop / function
This commit is contained in:
parent
e39801e40b
commit
4f8f6c61d3
3 changed files with 0 additions and 3 deletions
|
|
@ -129,7 +129,6 @@ SearchFiltersComponent.propTypes = {
|
|||
listingsAreLoaded: bool.isRequired,
|
||||
resultsCount: number,
|
||||
searchingInProgress: bool,
|
||||
onMapIconClick: func.isRequired,
|
||||
onManageDisableScrolling: func.isRequired,
|
||||
categories: array,
|
||||
amenities: array,
|
||||
|
|
|
|||
|
|
@ -350,7 +350,6 @@ export class SearchPageComponent extends Component {
|
|||
resultsCount={totalItems}
|
||||
searchInProgress={searchInProgress}
|
||||
searchListingsError={searchListingsError}
|
||||
onMapIconClick={onMapIconClick}
|
||||
onManageDisableScrolling={onManageDisableScrolling}
|
||||
categories={categories}
|
||||
amenities={amenities}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ exports[`SearchPageComponent matches snapshot 1`] = `
|
|||
}
|
||||
listingsAreLoaded={true}
|
||||
onManageDisableScrolling={[Function]}
|
||||
onMapIconClick={[Function]}
|
||||
resultsCount={22}
|
||||
searchInProgress={false}
|
||||
searchListingsError={null}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue