Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Aug 12, 2021
1 parent 5c5fd04 commit 1cb23a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-instantsearch-dom/src/components/Hits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Hits.propTypes = {
hitComponent: PropTypes.oneOfType([
PropTypes.string,
PropTypes.func,
PropTypes.object
PropTypes.object,
]),
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ InfiniteHits.propTypes = {
hitComponent: PropTypes.oneOfType([
PropTypes.string,
PropTypes.func,
PropTypes.object
PropTypes.object,
]),
};

Expand Down

0 comments on commit 1cb23a9

Please sign in to comment.