Skip to content

Commit d6d33df

Browse files
committed
declerative state changed
1 parent caf1d61 commit d6d33df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Action.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { changeView, changeSlider } from '../actions/actions';
44

55
const Action = props => {
66
const {
7-
selected, index, sliderIndex, dispatch,
7+
selected, index, delta, sliderIndex, dispatch,
88
} = props;
99

1010
return (

0 commit comments

Comments
 (0)