Skip to content

Commit

Permalink
Fix prettier algolia#2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Jul 27, 2018
1 parent adf1048 commit 276dca5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ InstantSearch.propTypes = {
children: PropTypes.node,

root: PropTypes.shape({
Root: PropTypes.oneOfType([PropTypes.string, PropTypes.func, PropTypes.object]),
Root: PropTypes.oneOfType([
PropTypes.string,
PropTypes.func,
PropTypes.object
]),
props: PropTypes.object,
}).isRequired,

Expand Down

0 comments on commit 276dca5

Please sign in to comment.