Tweak sound disabling for currentGatherer

This commit is contained in:
Chris Blanchard 2015-12-29 10:26:19 +00:00
parent 04668bab46
commit e2ecc18256

View file

@ -78,8 +78,7 @@ var App = React.createClass({
}
if (state.from === 'election'
&& state.to === 'gathering'
&& this.thisGatherer()) {
&& state.to === 'gathering') {
soundController.stop();
}
});