Fixed lint errors.

This commit is contained in:
orangemug
2018-06-03 10:00:50 +01:00
parent 1e09066779
commit 00afbad7ac
3 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class ToolbarLink extends React.Component {
className: PropTypes.string,
children: PropTypes.node,
href: PropTypes.string,
onToggleModal: PropTypes.func,
}
render() {