Add missing proptype

pull/10616/head
deniz kusefoglu 2018-01-26 12:41:20 -08:00
parent a0b50352d2
commit 4f1a1ea57e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class PersistentLegend extends Component {
}
}
const {func} = PropTypes
const {func, shape} = PropTypes
PersistentLegend.propTypes = {dygraph: shape({})}