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

Remove graph config innards from defaultProps #515

Merged
merged 7 commits into from
Apr 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Graph.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ const graphPropTypes = {
* Extra resolution to give the file after
* rendering it with the given width and height
*/
scale: PropTypes.number
scale: PropTypes.number,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks. I had done that locally but hadn't pushed it yet as I'm adding a couple of tests.

}),

/**
Expand Down