Remove unused prop

pull/10616/head
Alex P 2017-11-15 09:41:23 -08:00
parent c8b69c93d1
commit e58df8f9c9
1 changed files with 1 additions and 2 deletions

View File

@ -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,