Skip to content

Commit

Permalink
#55: fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
st3phan-cs committed Feb 26, 2020
1 parent 8230aa1 commit 72e05ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/pages/SearchResult/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
Configure,
Highlight,
Hits,
Menu,
InstantSearch,
Menu,
Pagination,
RefinementList,
SearchBox,
Expand Down Expand Up @@ -104,9 +104,7 @@ export default class App extends React.Component {
return (
<div className="left-panel">
<Menu attribute="type" />
<div className="st3phan">
<Hits hitComponent={Hit} />
</div>
<Hits hitComponent={Hit} />
<Pagination />
</div>
);
Expand Down

0 comments on commit 72e05ca

Please sign in to comment.