Skip to content

Commit

Permalink
Fix demo proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Silva committed Aug 8, 2018
1 parent 78f7fe2 commit f4fd953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/DisplaySlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const DisplaySlice = ({ slice }) => {

DisplaySlice.propTypes = {
/** Piece of display data to show */
slice: PropTypes.object,
slice: PropTypes.object.isRequired,
}

export default DisplaySlice

0 comments on commit f4fd953

Please sign in to comment.