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.
1 parent caf1d61 commit d6d33dfCopy full SHA for d6d33df
src/app/components/Action.jsx
@@ -4,7 +4,7 @@ import { changeView, changeSlider } from '../actions/actions';
4
5
const Action = props => {
6
const {
7
- selected, index, sliderIndex, dispatch,
+ selected, index, delta, sliderIndex, dispatch,
8
} = props;
9
10
return (
0 commit comments