diff --git a/wherehows-web/app/components/search/containers/search-facets.ts b/wherehows-web/app/components/search/containers/search-facets.ts index 047aa7df66..32cd3b608f 100644 --- a/wherehows-web/app/components/search/containers/search-facets.ts +++ b/wherehows-web/app/components/search/containers/search-facets.ts @@ -152,7 +152,7 @@ export default class SearchFacetsContainer extends Component { * When the user clear the facet * @param facet the facet that the user selects */ - onFacetClear(facet: any) { + onFacetClear(facet: ISearchFacet) { this.set('selections', { ...this.selections, [facet.name]: {}