Remove requirement on prop that is not required

pull/10616/head
ebb-tide 2018-03-30 16:09:37 -07:00
parent 588338877d
commit 9a027c1156
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ AnnotationPoint.propTypes = {
dygraph: shape({}).isRequired,
updateAnnotation: func.isRequired,
updateAnnotationAsync: func.isRequired,
staticLegendHeight: number.isRequired,
staticLegendHeight: number,
}
const mdtp = {