Skip to content

Commit

Permalink
remove other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Jun 5, 2023
1 parent f5bb030 commit e1e766f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 326 deletions.
33 changes: 0 additions & 33 deletions __test__/SliderComponent.js

This file was deleted.

292 changes: 0 additions & 292 deletions __test__/SliderComponent.test.js

This file was deleted.

1 change: 0 additions & 1 deletion src/inner-slider.js
Expand Up @@ -35,7 +35,6 @@ export class InnerSlider extends React.Component {
this.state = {
...initialState,
currentSlide: this.props.initialSlide,
targetSlide: this.props.initialSlide ? this.props.initialSlide : 0,
slideCount: React.Children.count(this.props.children)
};
this.callbackTimers = [];
Expand Down

0 comments on commit e1e766f

Please sign in to comment.