Fixed more eslint errors.

This commit is contained in:
orangemug
2017-11-08 08:51:24 +00:00
parent 8234c51412
commit f79a945fa4
3 changed files with 7 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ class ToolbarLink extends React.Component {
static propTypes = {
className: PropTypes.string,
children: PropTypes.node,
href: PropTypes.string,
}
render() {
@@ -54,7 +55,8 @@ class ToolbarLink extends React.Component {
class ToolbarAction extends React.Component {
static propTypes = {
children: PropTypes.node
children: PropTypes.node,
onClick: PropTypes.func
}
render() {