Remove unused prop
parent
c8b69c93d1
commit
e58df8f9c9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue