From 8ba2123a26e7654155504e55e4d47e09f22c73ca Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 10 Apr 2018 15:15:29 +0100 Subject: [PATCH] Added missing propType. --- src/components/Toolbar.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index bad7de7..efe47f6 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -58,7 +58,8 @@ class ToolbarLink extends React.Component { class ToolbarAction extends React.Component { static propTypes = { children: PropTypes.node, - onClick: PropTypes.func + onClick: PropTypes.func, + wdKey: PropTypes.string } render() {