1
0
Fork 0

🚨 Fixed linter warnings

This commit is contained in:
Joost De Cock 2019-06-16 16:47:20 +02:00
parent 2cfa5c23ee
commit 7a97fafecc
13 changed files with 11 additions and 29 deletions

View file

@ -31,8 +31,7 @@ const Snippet = props => {
};
Snippet.propTypes = {
snippet: PropTypes.object.isRequired,
name: PropTypes.string.isRequired
snippet: PropTypes.object.isRequired
};
export default Snippet;