Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Apr 18, 2019
1 parent 60e8d68 commit 3c4409a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Graph.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c4409a

Please sign in to comment.