🚨 Fixed linter warnings
This commit is contained in:
parent
2cfa5c23ee
commit
7a97fafecc
13 changed files with 11 additions and 29 deletions
|
@ -31,8 +31,7 @@ const Snippet = props => {
|
|||
};
|
||||
|
||||
Snippet.propTypes = {
|
||||
snippet: PropTypes.object.isRequired,
|
||||
name: PropTypes.string.isRequired
|
||||
snippet: PropTypes.object.isRequired
|
||||
};
|
||||
|
||||
export default Snippet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue