Skip to content

Commit

Permalink
chore(helper-methods): undo formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dickerson committed Dec 13, 2018
1 parent 16b56a7 commit 144ebe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/victory-bar/src/helper-methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const getBaseProps = (props, fallbackProps) => {
polar, scale, sharedEvents, standalone, style, theme, width, labels, name, barWidth, getPath
} = props;
const initialChildProps = { parent: {
domain, scale, width, height, data, standalone, name,
theme, polar, origin, padding, style: style.parent
domain, scale, width, height, data, standalone, name,
theme, polar, origin, padding, style: style.parent
} };

return data.reduce((childProps, datum, index) => {
Expand Down

0 comments on commit 144ebe1

Please sign in to comment.