Skip to content

Commit

Permalink
Fix: refered to props store instead of windows store
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed May 5, 2019
1 parent 097c3d1 commit f022d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/OscMixerConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class OscMixerConnection {
level: message.args[0]
});
if (!this.store.channels[0].channel[ch - 1].pgmOn) {
this.props.dispatch({
window.storeRedux.dispatch({
type:'TOGGLE_PGM',
channel: ch - 1
});
Expand Down

0 comments on commit f022d79

Please sign in to comment.