From e58df8f9c900af71d0b22a0ca89d827c312d56ba Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 15 Nov 2017 09:41:23 -0800 Subject: [PATCH] Remove unused prop --- ui/src/kapacitor/components/LogsTable.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/kapacitor/components/LogsTable.js b/ui/src/kapacitor/components/LogsTable.js index 4cb7316f46..eefdd697e2 100644 --- a/ui/src/kapacitor/components/LogsTable.js +++ b/ui/src/kapacitor/components/LogsTable.js @@ -80,10 +80,9 @@ class LogsTable extends Component { } } -const {arrayOf, bool, shape, string} = PropTypes +const {arrayOf, shape, string} = PropTypes LogsTable.propTypes = { - isWidget: bool, logs: arrayOf( shape({ key: string.isRequired,