Lint fixes.

This commit is contained in:
orangemug
2020-01-23 08:42:20 +00:00
parent 30facc885f
commit 62f3cbe8fb
3 changed files with 57 additions and 48 deletions

View File

@@ -10,6 +10,7 @@ export default class DocLabel extends React.Component {
PropTypes.string
]).isRequired,
fieldSpec: PropTypes.object.isRequired,
onToggleDoc: PropTypes.func.isRequired,
}
constructor (props) {