diff --git a/src/components/WindowTopBarPluginMenu.js b/src/components/WindowTopBarPluginMenu.js index 4b3abc0b3..e255667c3 100644 --- a/src/components/WindowTopBarPluginMenu.js +++ b/src/components/WindowTopBarPluginMenu.js @@ -72,8 +72,6 @@ WindowTopBarPluginMenu.propTypes = { container: PropTypes.shape({ current: PropTypes.instanceOf(Element) }), menuIcon: PropTypes.element, open: PropTypes.bool, - PluginComponents: PropTypes.arrayOf( - PropTypes.node, - ), + PluginComponents: PropTypes.array, // eslint-disable-line react/forbid-prop-types windowId: PropTypes.string.isRequired, };