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 = {
|
LogsTable.propTypes = {
|
||||||
isWidget: bool,
|
|
||||||
logs: arrayOf(
|
logs: arrayOf(
|
||||||
shape({
|
shape({
|
||||||
key: string.isRequired,
|
key: string.isRequired,
|
||||||
|
|
Loading…
Reference in New Issue