Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Refactoring notes from feature/cleanup and address PR comments #566

Merged
merged 6 commits into from Jun 15, 2020

Fix linting error

  • Loading branch information
IAmThePan committed Jun 11, 2020
commit 29ac22e1e4aa71b61f487e6f5813a804cc35db0b
@@ -24,7 +24,7 @@ export default class ChartSVG extends React.Component {
}

increaseN = () => {
this.setState(prevState => {
this.setState((prevState) => {
const { paths } = this.props;
if (prevState.nItem < paths.length) {
return { nItem: prevState.nItem + 1 };
ProTip! Use n and p to navigate between commits in a pull request.