MCPcopy Index your code
hub / github.com/reactGo/reactGo / onDecrement

Method onDecrement

app/containers/Vote.jsx:32–35  ·  view source on GitHub ↗
(id, index)

Source from the content-addressed store, hash-verified

30 }
31
32 onDecrement(id, index) {
33 const { dispatch } = this.props;
34 dispatch(decrementCount(id, index));
35 }
36
37 onDestroy(id, index) {
38 const { dispatch } = this.props;

Callers

nothing calls this directly

Calls 1

decrementCountFunction · 0.90

Tested by

no test coverage detected