We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a4ae5 + 37e31f7 commit 531e2a9Copy full SHA for 531e2a9
SlideButton.js
@@ -54,7 +54,7 @@ export class SlideButton extends Component {
54
// Move the button out
55
this.moveButtonOut(() => {
56
self.setState({ swiped: true });
57
- self.onSwipeSuccess();
+ self.onSlideSuccess();
58
});
59
60
// Slide it back in after 1 sec
0 commit comments