Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
remove unnecessary bind
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Jun 2, 2018
1 parent 4100b54 commit 728cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/victory-pie.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class VictoryPie extends React.Component {
};

static getBaseProps = (props) => getBaseProps(props, fallbackProps);
static getData = Data.getData.bind(Data);
static getData = Data.getData;
static expectedComponents = [
"dataComponent", "labelComponent", "groupComponent", "containerComponent"
];
Expand Down

0 comments on commit 728cc2d

Please sign in to comment.