diff --git a/src/components/pages/SearchResult/Content.tsx b/src/components/pages/SearchResult/Content.tsx index 4150ca8..6c5ff38 100644 --- a/src/components/pages/SearchResult/Content.tsx +++ b/src/components/pages/SearchResult/Content.tsx @@ -13,6 +13,7 @@ import { RefinementList, SearchBox, Stats, + Panel, } from 'react-instantsearch-dom'; import algoliasearch from 'algoliasearch'; @@ -33,40 +34,6 @@ common // Update the App component export default class App extends React.Component { - hitProviders(props: any) { - const { supplier } = props.hit; - return ( - <> -
- -
- {supplier.name &&
{supplier.name}
} - - Detalii - - - ); - } - - hitPagesBlog(props: any) { - const { summary } = props.hit; - return ( - <> -
- -
- {summary && ( -
- -
- )} - - Detalii - - - ); - } - getFilters() { return (
@@ -75,25 +42,19 @@ export default class App extends React.Component {
-

- 121 - Location -

- + + +
-

- 121 - JudeČ› -

- + + +
-

- 121 - Service -

- + + +