From 9a027c115630d67038ace3e7bcc3e8fcc18b314b Mon Sep 17 00:00:00 2001 From: ebb-tide Date: Fri, 30 Mar 2018 16:09:37 -0700 Subject: [PATCH] Remove requirement on prop that is not required --- ui/src/shared/components/AnnotationPoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/shared/components/AnnotationPoint.js b/ui/src/shared/components/AnnotationPoint.js index 84a7fdbe35..98dcfb526d 100644 --- a/ui/src/shared/components/AnnotationPoint.js +++ b/ui/src/shared/components/AnnotationPoint.js @@ -149,7 +149,7 @@ AnnotationPoint.propTypes = { dygraph: shape({}).isRequired, updateAnnotation: func.isRequired, updateAnnotationAsync: func.isRequired, - staticLegendHeight: number.isRequired, + staticLegendHeight: number, } const mdtp = {