From 41a3f314c82b11de490042e9e7e6dc2232a32eb7 Mon Sep 17 00:00:00 2001 From: Chris P Date: Thu, 18 Apr 2019 00:28:24 -0400 Subject: [PATCH] prettier --- src/components/Graph.react.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/Graph.react.js b/src/components/Graph.react.js index 6451b8dc1..7e5c44688 100644 --- a/src/components/Graph.react.js +++ b/src/components/Graph.react.js @@ -319,10 +319,7 @@ const graphPropTypes = { * Reference the Plotly.extendTraces API for full usage: * https://plot.ly/javascript/plotlyjs-function-reference/#plotlyextendtraces */ - extendData: PropTypes.oneOfType([ - PropTypes.array, - PropTypes.object - ]), + extendData: PropTypes.oneOfType([PropTypes.array, PropTypes.object]), /** * Data from latest restyle event which occurs